static enum MasterControl.TimeType extends java.lang.Enum<MasterControl.TimeType>
| Enum Constant and Description |
|---|
BEHAVIOR |
RENDER |
TOTAL_FRAME |
| Modifier and Type | Method and Description |
|---|---|
static MasterControl.TimeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MasterControl.TimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterControl.TimeType TOTAL_FRAME
public static final MasterControl.TimeType RENDER
public static final MasterControl.TimeType BEHAVIOR
public static MasterControl.TimeType[] values()
for (MasterControl.TimeType c : MasterControl.TimeType.values()) System.out.println(c);
public static MasterControl.TimeType 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 nullCopyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.