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