public enum Cat3DXmlGeomRepresentationType extends java.lang.Enum<Cat3DXmlGeomRepresentationType>
Enum Constant and Description |
---|
cat3DXmlCompressedTessellation |
cat3DXmlDynamicTessellation |
cat3DXmlExact |
cat3DXmlStaticTessellation |
cat3DXmlTessellation |
cat3DXmlXmlTessellation |
Modifier and Type | Method and Description |
---|---|
static Cat3DXmlGeomRepresentationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cat3DXmlGeomRepresentationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cat3DXmlGeomRepresentationType cat3DXmlExact
public static final Cat3DXmlGeomRepresentationType cat3DXmlTessellation
public static final Cat3DXmlGeomRepresentationType cat3DXmlCompressedTessellation
public static final Cat3DXmlGeomRepresentationType cat3DXmlDynamicTessellation
public static final Cat3DXmlGeomRepresentationType cat3DXmlStaticTessellation
public static final Cat3DXmlGeomRepresentationType cat3DXmlXmlTessellation
public static Cat3DXmlGeomRepresentationType[] values()
for (Cat3DXmlGeomRepresentationType c : Cat3DXmlGeomRepresentationType.values()) System.out.println(c);
public static Cat3DXmlGeomRepresentationType 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 null