@Deprecated public static enum B3DLoader.B3DFrameProperty extends java.lang.Enum<B3DLoader.B3DFrameProperty> implements IUnlistedProperty<B3DLoader.B3DState>
Enum Constant and Description |
---|
INSTANCE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Deprecated.
|
java.lang.Class<B3DLoader.B3DState> |
getType()
Deprecated.
|
boolean |
isValid(B3DLoader.B3DState value)
Deprecated.
|
static B3DLoader.B3DFrameProperty |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static B3DLoader.B3DFrameProperty[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
java.lang.String |
valueToString(B3DLoader.B3DState value)
Deprecated.
|
public static final B3DLoader.B3DFrameProperty INSTANCE
public static B3DLoader.B3DFrameProperty[] values()
for (B3DLoader.B3DFrameProperty c : B3DLoader.B3DFrameProperty.values()) System.out.println(c);
public static B3DLoader.B3DFrameProperty 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 getName()
getName
in interface IUnlistedProperty<B3DLoader.B3DState>
public boolean isValid(B3DLoader.B3DState value)
isValid
in interface IUnlistedProperty<B3DLoader.B3DState>
public java.lang.Class<B3DLoader.B3DState> getType()
getType
in interface IUnlistedProperty<B3DLoader.B3DState>
public java.lang.String valueToString(B3DLoader.B3DState value)
valueToString
in interface IUnlistedProperty<B3DLoader.B3DState>