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