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