public static enum MediatorComponent.State extends Enum<MediatorComponent.State>
Enum Constant and Description |
---|
DISPOSED
Component Instance State : DISPOSED.
|
INVALID
Component Instance State : VALID.
|
STOPPED
Component Instance State : STOPPED.
|
VALID
Component Instance State : VALID.
|
Modifier and Type | Method and Description |
---|---|
static MediatorComponent.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediatorComponent.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediatorComponent.State DISPOSED
public static final MediatorComponent.State STOPPED
public static final MediatorComponent.State INVALID
public static final MediatorComponent.State VALID
public static MediatorComponent.State[] values()
for (MediatorComponent.State c : MediatorComponent.State.values()) System.out.println(c);
public static MediatorComponent.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-2013 Adele Team | LIG. All Rights Reserved.