public static enum WakefulComponent.VisualState extends Enum<WakefulComponent.VisualState>
Enum Constant and Description |
---|
ACTIVATING |
ACTIVE |
DEACTIVATING |
INACTIVE |
Modifier and Type | Method and Description |
---|---|
static WakefulComponent.VisualState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WakefulComponent.VisualState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WakefulComponent.VisualState INACTIVE
public static final WakefulComponent.VisualState ACTIVATING
public static final WakefulComponent.VisualState ACTIVE
public static final WakefulComponent.VisualState DEACTIVATING
public static WakefulComponent.VisualState[] values()
for (WakefulComponent.VisualState c : WakefulComponent.VisualState.values()) System.out.println(c);
public static WakefulComponent.VisualState 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 © 2014–2015 European Space Agency (ESA). All rights reserved.