public enum SPEAKER_SEX extends Enum<SPEAKER_SEX> implements org.eclipse.emf.common.util.Enumerator
ExmaraldaBasicPackage.getSPEAKER_SEX()| Enum Constant and Description |
|---|
F
The 'F' literal object
|
M
The 'M' literal object
|
U
The 'U' literal object
|
| Modifier and Type | Field and Description |
|---|---|
static int |
F_VALUE
The 'F' literal value
|
static int |
M_VALUE
The 'M' literal value
|
static int |
U_VALUE
The 'U' literal value
|
static List<SPEAKER_SEX> |
VALUES
A public read-only list of all the 'SPEAKER SEX' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static SPEAKER_SEX |
get(int value)
Returns the 'SPEAKER SEX' literal with the specified integer value
|
static SPEAKER_SEX |
get(String literal)
Returns the 'SPEAKER SEX' literal with the specified literal value
|
static SPEAKER_SEX |
getByName(String name)
Returns the 'SPEAKER SEX' 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 SPEAKER_SEX |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPEAKER_SEX[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPEAKER_SEX M
M_VALUEpublic static final SPEAKER_SEX F
F_VALUEpublic static final SPEAKER_SEX U
U_VALUEpublic static final int M_VALUE
If the meaning of 'M' literal object isn't clear, there really should be more of a description here...
M,
Constant Field Valuespublic static final int F_VALUE
If the meaning of 'F' literal object isn't clear, there really should be more of a description here...
F,
Constant Field Valuespublic static final int U_VALUE
If the meaning of 'U' literal object isn't clear, there really should be more of a description here...
U,
Constant Field Valuespublic static final List<SPEAKER_SEX> VALUES
public static SPEAKER_SEX[] values()
for (SPEAKER_SEX c : SPEAKER_SEX.values()) System.out.println(c);
public static SPEAKER_SEX 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 SPEAKER_SEX get(String literal)
public static SPEAKER_SEX getByName(String name)
public static SPEAKER_SEX 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<SPEAKER_SEX>Copyright © 2020. All rights reserved.