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