public static enum OBJModel.OBJState.Operation extends java.lang.Enum<OBJModel.OBJState.Operation>
| Modifier and Type | Method and Description | 
|---|---|
| boolean | performOperation(boolean valueToToggle) | 
| static OBJModel.OBJState.Operation | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static OBJModel.OBJState.Operation[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final OBJModel.OBJState.Operation SET_TRUE
public static final OBJModel.OBJState.Operation SET_FALSE
public static final OBJModel.OBJState.Operation TOGGLE
public static OBJModel.OBJState.Operation[] values()
for (OBJModel.OBJState.Operation c : OBJModel.OBJState.Operation.values()) System.out.println(c);
public static OBJModel.OBJState.Operation 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 boolean performOperation(boolean valueToToggle)