public static enum I3DXML.ReferenceRep.FormatType extends java.lang.Enum<I3DXML.ReferenceRep.FormatType>
Enum Constant and Description |
---|
BEHAVIORAL |
OTHER |
TECHREP |
TESSELLATED |
UVR |
Modifier and Type | Method and Description |
---|---|
static I3DXML.ReferenceRep.FormatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static I3DXML.ReferenceRep.FormatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final I3DXML.ReferenceRep.FormatType UVR
public static final I3DXML.ReferenceRep.FormatType TECHREP
public static final I3DXML.ReferenceRep.FormatType TESSELLATED
public static final I3DXML.ReferenceRep.FormatType BEHAVIORAL
public static final I3DXML.ReferenceRep.FormatType OTHER
public static I3DXML.ReferenceRep.FormatType[] values()
for (I3DXML.ReferenceRep.FormatType c : I3DXML.ReferenceRep.FormatType.values()) System.out.println(c);
public static I3DXML.ReferenceRep.FormatType 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