public static enum VIC.Model extends Enum<VIC.Model>
| Enum Constant and Description |
|---|
MOS6567R8 |
MOS6569R1 |
MOS6569R3 |
MOS6569R4 |
MOS6569R5 |
| Modifier and Type | Method and Description |
|---|---|
static VIC.Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VIC.Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VIC.Model MOS6567R8
public static final VIC.Model MOS6569R1
public static final VIC.Model MOS6569R3
public static final VIC.Model MOS6569R4
public static final VIC.Model MOS6569R5
public static VIC.Model[] values()
for (VIC.Model c : VIC.Model.values()) System.out.println(c);
public static VIC.Model 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 © 2018 Ken Händel. All rights reserved.