public static enum TLEntity.State extends Enum<TLEntity.State>
| Enum Constant and Description |
|---|
FINISHED |
INSTANTIATED |
RECORDING |
| Modifier and Type | Method and Description |
|---|---|
static TLEntity.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLEntity.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLEntity.State INSTANTIATED
public static final TLEntity.State RECORDING
public static final TLEntity.State FINISHED
public static TLEntity.State[] values()
for (TLEntity.State c : TLEntity.State.values()) System.out.println(c);
public static TLEntity.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.