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