| Package | Description |
|---|---|
| de.hu_berlin.german.korpling.saltnpepper.misc.exmaralda | |
| de.hu_berlin.german.korpling.saltnpepper.misc.exmaralda.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<SPEAKER_SEX> |
SPEAKER_SEX.VALUES
A public read-only list of all the 'SPEAKER SEX' enumerators
|
| Modifier and Type | Method and Description |
|---|---|
static SPEAKER_SEX |
SPEAKER_SEX.get(int value)
Returns the 'SPEAKER SEX' literal with the specified integer value
|
static SPEAKER_SEX |
SPEAKER_SEX.get(String literal)
Returns the 'SPEAKER SEX' literal with the specified literal value
|
static SPEAKER_SEX |
SPEAKER_SEX.getByName(String name)
Returns the 'SPEAKER SEX' literal with the specified name
|
SPEAKER_SEX |
Speaker.getSex()
Returns the value of the 'Sex' attribute.
|
static SPEAKER_SEX |
SPEAKER_SEX.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPEAKER_SEX[] |
SPEAKER_SEX.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Speaker.setSex(SPEAKER_SEX value)
Sets the value of the '
Sex' attribute |
| Modifier and Type | Field and Description |
|---|---|
protected SPEAKER_SEX |
SpeakerImpl.sex
The cached value of the '
Sex' attribute |
protected static SPEAKER_SEX |
SpeakerImpl.SEX_EDEFAULT
The default value of the '
Sex' attribute |
| Modifier and Type | Method and Description |
|---|---|
SPEAKER_SEX |
ExmaraldaBasicFactoryImpl.createSPEAKER_SEXFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
SPEAKER_SEX |
SpeakerImpl.getSex() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeakerImpl.setSex(SPEAKER_SEX newSex) |
Copyright © 2020. All rights reserved.