public static enum CmdSystem.DateRev.ImageType extends java.lang.Enum<CmdSystem.DateRev.ImageType>
Enum Constant and Description |
---|
Base |
Calibration |
Golden |
Runtime |
Unknown |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Method and Description |
---|---|
static CmdSystem.DateRev.ImageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmdSystem.DateRev.ImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmdSystem.DateRev.ImageType Unknown
public static final CmdSystem.DateRev.ImageType Golden
public static final CmdSystem.DateRev.ImageType Runtime
public static final CmdSystem.DateRev.ImageType Base
public static final CmdSystem.DateRev.ImageType Calibration
public static CmdSystem.DateRev.ImageType[] values()
for (CmdSystem.DateRev.ImageType c : CmdSystem.DateRev.ImageType.values()) System.out.println(c);
public static CmdSystem.DateRev.ImageType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null