public enum EntityType extends Enum<EntityType>
| Enum Constant and Description |
|---|
DATASTREAM |
FEATURE_OF_INTEREST |
HISTORICAL_LOCATION |
LOCATION |
OBSERVATION |
OBSERVED_PROPERTY |
SENSOR |
THING |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
getForRelation(String relation) |
List<String> |
getProperties() |
List<String> |
getRelations() |
String |
getRootEntitySet() |
static boolean |
isPlural(String relation) |
static EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityType THING
public static final EntityType LOCATION
public static final EntityType SENSOR
public static final EntityType OBSERVED_PROPERTY
public static final EntityType OBSERVATION
public static final EntityType DATASTREAM
public static final EntityType FEATURE_OF_INTEREST
public static final EntityType HISTORICAL_LOCATION
public static EntityType[] values()
for (EntityType c : EntityType.values()) System.out.println(c);
public static EntityType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static EntityType getForRelation(String relation)
public static boolean isPlural(String relation)
public String getRootEntitySet()
Copyright © 2022 Open Geospatial Consortium. All rights reserved.