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