public enum _TextureType extends java.lang.Enum<_TextureType> implements TexturedSurfaceModuleComponent, Copyable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
static _TextureType |
fromValue(java.lang.String v) |
CityGMLClass |
getCityGMLClass() |
TexturedSurfaceModule |
getCityGMLModule() |
java.lang.String |
getValue() |
boolean |
isSetCityGMLModule() |
java.lang.String |
toString() |
static _TextureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static _TextureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final _TextureType SPECIFIC
public static final _TextureType TYPICAL
public static final _TextureType UNKNOWN
public static _TextureType[] values()
for (_TextureType c : _TextureType.values()) System.out.println(c);
public static _TextureType 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 _TextureType fromValue(java.lang.String v)
public CityGMLClass getCityGMLClass()
getCityGMLClass
in interface CityGML
public final TexturedSurfaceModule getCityGMLModule()
getCityGMLModule
in interface CityGMLModuleComponent
public boolean isSetCityGMLModule()
isSetCityGMLModule
in interface CityGMLModuleComponent
public java.lang.String toString()
toString
in class java.lang.Enum<_TextureType>
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public java.lang.Object copy(CopyBuilder copyBuilder)