public enum MediaEjectControlEjCtrl extends Enum<MediaEjectControlEjCtrl> implements org.eclipse.emf.common.util.Enumerator
| Enum Constant and Description |
|---|
CONST_CONDITIONALEJECTTONEXTBACKSIDEPARTITION
The 'Const Conditionalejecttonextbacksidepartition' literal object
|
CONST_CONDITIONALEJECTTONEXTFRONTSIDEPARTITION
The 'Const Conditionalejecttonextfrontsidepartition' literal object
|
CONST_CONDITIONALEJECTTONEXTPARTITION
The 'Const Conditionalejecttonextpartition' literal object
|
CONST_EJECT
The 'Const Eject' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CONST_CONDITIONALEJECTTONEXTBACKSIDEPARTITION_VALUE
The 'Const Conditionalejecttonextbacksidepartition' literal value
|
static int |
CONST_CONDITIONALEJECTTONEXTFRONTSIDEPARTITION_VALUE
The 'Const Conditionalejecttonextfrontsidepartition' literal value
|
static int |
CONST_CONDITIONALEJECTTONEXTPARTITION_VALUE
The 'Const Conditionalejecttonextpartition' literal value
|
static int |
CONST_EJECT_VALUE
The 'Const Eject' literal value
|
static List<MediaEjectControlEjCtrl> |
VALUES
A public read-only list of all the 'Media Eject Control Ej Ctrl' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static MediaEjectControlEjCtrl |
get(int value)
Returns the 'Media Eject Control Ej Ctrl' literal with the specified integer value
|
static MediaEjectControlEjCtrl |
get(String literal)
Returns the 'Media Eject Control Ej Ctrl' literal with the specified literal value
|
static MediaEjectControlEjCtrl |
getByName(String name)
Returns the 'Media Eject Control Ej Ctrl' 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 MediaEjectControlEjCtrl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaEjectControlEjCtrl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaEjectControlEjCtrl CONST_EJECT
CONST_EJECT_VALUEpublic static final MediaEjectControlEjCtrl CONST_CONDITIONALEJECTTONEXTPARTITION
public static final MediaEjectControlEjCtrl CONST_CONDITIONALEJECTTONEXTFRONTSIDEPARTITION
public static final MediaEjectControlEjCtrl CONST_CONDITIONALEJECTTONEXTBACKSIDEPARTITION
public static final int CONST_EJECT_VALUE
If the meaning of 'Const Eject' literal object isn't clear, there really should be more of a description here...
CONST_EJECT,
Constant Field Valuespublic static final int CONST_CONDITIONALEJECTTONEXTPARTITION_VALUE
If the meaning of 'Const Conditionalejecttonextpartition' literal object isn't clear, there really should be more of a description here...
public static final int CONST_CONDITIONALEJECTTONEXTFRONTSIDEPARTITION_VALUE
If the meaning of 'Const Conditionalejecttonextfrontsidepartition' literal object isn't clear, there really should be more of a description here...
public static final int CONST_CONDITIONALEJECTTONEXTBACKSIDEPARTITION_VALUE
If the meaning of 'Const Conditionalejecttonextbacksidepartition' literal object isn't clear, there really should be more of a description here...
public static final List<MediaEjectControlEjCtrl> VALUES
public static MediaEjectControlEjCtrl[] values()
for (MediaEjectControlEjCtrl c : MediaEjectControlEjCtrl.values()) System.out.println(c);
public static MediaEjectControlEjCtrl 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 MediaEjectControlEjCtrl get(String literal)
literal - the literal.null.public static MediaEjectControlEjCtrl getByName(String name)
name - the name.null.public static MediaEjectControlEjCtrl 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<MediaEjectControlEjCtrl>Copyright © 2017. All rights reserved.