|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Realm.LayerType | |
---|---|
com.indexdata.torus2 |
Uses of Realm.LayerType in com.indexdata.torus2 |
---|
Methods in com.indexdata.torus2 that return Realm.LayerType | |
---|---|
static Realm.LayerType |
Realm.LayerType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Realm.LayerType[] |
Realm.LayerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.indexdata.torus2 that return types with arguments of type Realm.LayerType | |
---|---|
static List<Realm.LayerType> |
Realm.LayerType.parse(String names)
|
Method parameters in com.indexdata.torus2 with type arguments of type Realm.LayerType | |
---|---|
ResultSet |
Realm.getAllRecords(org.z3950.zing.cql.CQLNode query,
List<Realm.LayerType> layerNames,
List<String> facetNames,
boolean allowTimedRefresh,
boolean includeUnusedWorld)
|
Record |
Realm.getRealmRecord(String id,
List<Realm.LayerType> layerNames,
boolean allowTimedRefresh)
|
ResultSet |
Realm.getRealmRecords(org.z3950.zing.cql.CQLNode query,
List<Realm.LayerType> layerNames,
List<String> facetNames,
boolean allowTimedRefresh)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |