public enum RelativeToTerrain extends java.lang.Enum<RelativeToTerrain> implements CoreModuleComponent, Copyable
Enum Constant and Description |
---|
ENTIRELY_ABOVE_TERRAIN |
ENTIRELY_BELOW_TERRAIN |
SUBSTANTIALLY_ABOVE_AND_BELOW_TERRAIN |
SUBSTANTIALLY_ABOVE_TERRAIN |
SUBSTANTIALLY_BELOW_TERRAIN |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
static RelativeToTerrain |
fromValue(java.lang.String v) |
CityGMLClass |
getCityGMLClass() |
CoreModule |
getCityGMLModule() |
ModelType |
getModelType() |
java.lang.String |
getValue() |
boolean |
isSetCityGMLModule() |
java.lang.String |
toString() |
static RelativeToTerrain |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RelativeToTerrain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelativeToTerrain ENTIRELY_ABOVE_TERRAIN
public static final RelativeToTerrain SUBSTANTIALLY_ABOVE_TERRAIN
public static final RelativeToTerrain SUBSTANTIALLY_ABOVE_AND_BELOW_TERRAIN
public static final RelativeToTerrain SUBSTANTIALLY_BELOW_TERRAIN
public static final RelativeToTerrain ENTIRELY_BELOW_TERRAIN
public static RelativeToTerrain[] values()
for (RelativeToTerrain c : RelativeToTerrain.values()) System.out.println(c);
public static RelativeToTerrain valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static RelativeToTerrain fromValue(java.lang.String v)
public ModelType getModelType()
getModelType
in interface ModelObject
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final CoreModule getCityGMLModule()
getCityGMLModule
in interface CityGML
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGML
public java.lang.String toString()
toString
in class java.lang.Enum<RelativeToTerrain>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)