Modifier and Type | Field and Description |
---|---|
static java.util.List<AttackType> |
AttackType.VALUES
A public read-only list of all the 'Attack Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AttackType |
AttackType.get(int value)
Returns the 'Attack Type' literal with the specified integer value.
|
static AttackType |
AttackType.get(java.lang.String literal)
Returns the 'Attack Type' literal with the specified literal value.
|
static AttackType |
AttackType.getByName(java.lang.String name)
Returns the 'Attack Type' literal with the specified name.
|
static AttackType |
AttackType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttackType[] |
AttackType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttackType |
DependableComponentFactoryImpl.createAttackTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
AttackType |
Attack.getKind()
Returns the value of the 'Kind' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
Attack.setKind(AttackType value)
Sets the value of the '
Kind ' attribute. |
Modifier and Type | Method and Description |
---|---|
AttackType |
AttackImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
AttackImpl.setKind(AttackType newKind) |