public static enum ISID2Types.sid2_env_t extends Enum<ISID2Types.sid2_env_t>
| Enum Constant and Description |
|---|
sid2_envBS |
sid2_envPS |
sid2_envR |
sid2_envTP |
sid2_envTR |
| Modifier and Type | Method and Description |
|---|---|
static ISID2Types.sid2_env_t |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISID2Types.sid2_env_t[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISID2Types.sid2_env_t sid2_envPS
public static final ISID2Types.sid2_env_t sid2_envTP
public static final ISID2Types.sid2_env_t sid2_envBS
public static final ISID2Types.sid2_env_t sid2_envR
public static final ISID2Types.sid2_env_t sid2_envTR
public static ISID2Types.sid2_env_t[] values()
for (ISID2Types.sid2_env_t c : ISID2Types.sid2_env_t.values()) System.out.println(c);
public static ISID2Types.sid2_env_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.