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