public enum EVENT_MEDIUM extends Enum<EVENT_MEDIUM> implements org.eclipse.emf.common.util.Enumerator
ExmaraldaBasicPackage.getEVENT_MEDIUM()| Enum Constant and Description |
|---|
AUD
The 'Aud' literal object
|
IMG
The 'Img' literal object
|
OTH
The 'Oth' literal object
|
TXT
The 'Txt' literal object
|
VID
The 'Vid' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
AUD_VALUE
The 'Aud' literal value
|
static int |
IMG_VALUE
The 'Img' literal value
|
static int |
OTH_VALUE
The 'Oth' literal value
|
static int |
TXT_VALUE
The 'Txt' literal value
|
static List<EVENT_MEDIUM> |
VALUES
A public read-only list of all the 'EVENT MEDIUM' enumerators
|
static int |
VID_VALUE
The 'Vid' literal value
|
| Modifier and Type | Method and Description |
|---|---|
static EVENT_MEDIUM |
get(int value)
Returns the 'EVENT MEDIUM' literal with the specified integer value
|
static EVENT_MEDIUM |
get(String literal)
Returns the 'EVENT MEDIUM' literal with the specified literal value
|
static EVENT_MEDIUM |
getByName(String name)
Returns the 'EVENT MEDIUM' 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 EVENT_MEDIUM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EVENT_MEDIUM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EVENT_MEDIUM AUD
AUD_VALUEpublic static final EVENT_MEDIUM VID
VID_VALUEpublic static final EVENT_MEDIUM IMG
IMG_VALUEpublic static final EVENT_MEDIUM TXT
TXT_VALUEpublic static final EVENT_MEDIUM OTH
OTH_VALUEpublic static final int AUD_VALUE
If the meaning of 'Aud' literal object isn't clear, there really should be more of a description here...
AUD,
Constant Field Valuespublic static final int VID_VALUE
If the meaning of 'Vid' literal object isn't clear, there really should be more of a description here...
VID,
Constant Field Valuespublic static final int IMG_VALUE
If the meaning of 'Img' literal object isn't clear, there really should be more of a description here...
IMG,
Constant Field Valuespublic static final int TXT_VALUE
If the meaning of 'Txt' literal object isn't clear, there really should be more of a description here...
TXT,
Constant Field Valuespublic static final int OTH_VALUE
If the meaning of 'Oth' literal object isn't clear, there really should be more of a description here...
OTH,
Constant Field Valuespublic static final List<EVENT_MEDIUM> VALUES
public static EVENT_MEDIUM[] values()
for (EVENT_MEDIUM c : EVENT_MEDIUM.values()) System.out.println(c);
public static EVENT_MEDIUM 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 EVENT_MEDIUM get(String literal)
public static EVENT_MEDIUM getByName(String name)
public static EVENT_MEDIUM get(int value)
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<EVENT_MEDIUM>Copyright © 2020. All rights reserved.