public enum DeviceAppearanceDevApp extends Enum<DeviceAppearanceDevApp> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_DEVICE_DEFAULT
The 'Const Device Default' literal object
|
CONST_DEVICE_DEFAULT_MONOCHROME
The 'Const Device Default Monochrome' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_DEVICE_DEFAULT_MONOCHROME_VALUE
The 'Const Device Default Monochrome' literal value
|
static int |
CONST_DEVICE_DEFAULT_VALUE
The 'Const Device Default' literal value
|
static List<DeviceAppearanceDevApp> |
VALUES
A public read-only list of all the 'Device Appearance Dev App' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceAppearanceDevApp |
get(int value)
Returns the 'Device Appearance Dev App' literal with the specified integer value
|
static DeviceAppearanceDevApp |
get(String literal)
Returns the 'Device Appearance Dev App' literal with the specified literal value
|
static DeviceAppearanceDevApp |
getByName(String name)
Returns the 'Device Appearance Dev App' literal with the specified name
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation
|
static DeviceAppearanceDevApp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceAppearanceDevApp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceAppearanceDevApp CONST_DEVICE_DEFAULT
CONST_DEVICE_DEFAULT_VALUEpublic static final DeviceAppearanceDevApp CONST_DEVICE_DEFAULT_MONOCHROME
CONST_DEVICE_DEFAULT_MONOCHROME_VALUEpublic static final int CONST_DEVICE_DEFAULT_VALUE
If the meaning of 'Const Device Default' literal object isn't clear, there really should be more of a description here...
CONST_DEVICE_DEFAULT,
Constant Field Valuespublic static final int CONST_DEVICE_DEFAULT_MONOCHROME_VALUE
If the meaning of 'Const Device Default Monochrome' literal object isn't clear, there really should be more of a description here...
public static final List<DeviceAppearanceDevApp> VALUES
public static DeviceAppearanceDevApp[] values()
for (DeviceAppearanceDevApp c : DeviceAppearanceDevApp.values()) System.out.println(c);
public static DeviceAppearanceDevApp 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 nullpublic static DeviceAppearanceDevApp get(String literal)
literal - the literal.null.public static DeviceAppearanceDevApp getByName(String name)
name - the name.null.public static DeviceAppearanceDevApp get(int value)
value - the integer value.null.public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic String toString()
toString in class Enum<DeviceAppearanceDevApp>Copyright © 2017. All rights reserved.