|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ControllerDescriptor.E_RepeatType>
com.acarter.scenemonitor.textdescriptor.definitions.ControllerDescriptor.E_RepeatType
protected static enum ControllerDescriptor.E_RepeatType
Enumerates the permissible controller repeat types.
Enum Constant Summary | |
---|---|
CLAMP
|
|
CYCLE
|
|
WRAP
|
Method Summary | |
---|---|
static ControllerDescriptor.E_RepeatType |
getConstant(int type)
Returns the enum constant matching the type value. |
static ControllerDescriptor.E_RepeatType |
getConstant(java.lang.String name)
Returns the enum constant matching the name string. |
int |
getType()
Returns the integer value of the constant. |
java.lang.String |
toString()
Returns the string value of the constant. |
static ControllerDescriptor.E_RepeatType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ControllerDescriptor.E_RepeatType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ControllerDescriptor.E_RepeatType CLAMP
public static final ControllerDescriptor.E_RepeatType WRAP
public static final ControllerDescriptor.E_RepeatType CYCLE
Method Detail |
---|
public static final ControllerDescriptor.E_RepeatType[] values()
for(ControllerDescriptor.E_RepeatType c : ControllerDescriptor.E_RepeatType.values()) System.out.println(c);
public static ControllerDescriptor.E_RepeatType 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 namepublic static ControllerDescriptor.E_RepeatType getConstant(java.lang.String name)
name
- string value of enum constant
public static ControllerDescriptor.E_RepeatType getConstant(int type)
type
- type value of enum constant
public java.lang.String toString()
toString
in class java.lang.Enum<ControllerDescriptor.E_RepeatType>
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |