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