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