public static enum ISID2Types.sid2_player_t extends Enum<ISID2Types.sid2_player_t>
| Enum Constant and Description |
|---|
sid2_paused |
sid2_playing |
sid2_stopped |
| Modifier and Type | Method and Description |
|---|---|
static ISID2Types.sid2_player_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISID2Types.sid2_player_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISID2Types.sid2_player_t sid2_playing
public static final ISID2Types.sid2_player_t sid2_paused
public static final ISID2Types.sid2_player_t sid2_stopped
public static ISID2Types.sid2_player_t[] values()
for (ISID2Types.sid2_player_t c : ISID2Types.sid2_player_t.values()) System.out.println(c);
public static ISID2Types.sid2_player_t 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. All rights reserved.