public static enum INodeExVideo.VideoState extends Enum<INodeExVideo.VideoState>
Enum Constant and Description |
---|
STATE_FASTFORWARD |
STATE_FASTREVERSE |
STATE_PAUSE |
STATE_PLAY |
STATE_STOP |
STATE_UNKNOWN |
STATE_WAITING |
Modifier and Type | Method and Description |
---|---|
static INodeExVideo.VideoState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INodeExVideo.VideoState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final INodeExVideo.VideoState STATE_UNKNOWN
public static final INodeExVideo.VideoState STATE_PLAY
public static final INodeExVideo.VideoState STATE_STOP
public static final INodeExVideo.VideoState STATE_PAUSE
public static final INodeExVideo.VideoState STATE_FASTFORWARD
public static final INodeExVideo.VideoState STATE_FASTREVERSE
public static final INodeExVideo.VideoState STATE_WAITING
public static INodeExVideo.VideoState[] values()
for (INodeExVideo.VideoState c : INodeExVideo.VideoState.values()) System.out.println(c);
public static INodeExVideo.VideoState 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 null