Interface AttackSpecificationPackage.Literals
-
- Enclosing interface:
- AttackSpecificationPackage
public static interface AttackSpecificationPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EEnum
ACTION_TYP
The meta object literal for the 'Action Typ
' enum.static EClass
ATTACK
The meta object literal for the 'Attack
' class.static EReference
ATTACK__EXPLOITS
The meta object literal for the 'Exploits' reference list feature.static EClass
CREDENTIAL_ATTACK
The meta object literal for the 'Credential Attack
' class.static EClass
CREDENTIAL_VULNERABILITY
The meta object literal for the 'Credential Vulnerability
' class.static EReference
CREDENTIAL_VULNERABILITY__CONTEXT
The meta object literal for the 'Context' reference feature.static EClass
NEW_ABSTRACT_CLASS5
The meta object literal for the 'New Abstract Class5
' class.static EClass
VULNERABILITY
The meta object literal for the 'Vulnerability
' class.
-
-
-
Field Detail
-
ATTACK
static final EClass ATTACK
The meta object literal for the 'Attack
' class.- See Also:
AttackImpl
,AttackSpecificationPackageImpl.getAttack()
- Generated class or method.
-
ATTACK__EXPLOITS
static final EReference ATTACK__EXPLOITS
The meta object literal for the 'Exploits' reference list feature.- Generated class or method.
-
CREDENTIAL_ATTACK
static final EClass CREDENTIAL_ATTACK
The meta object literal for the 'Credential Attack
' class.- See Also:
CredentialAttackImpl
,AttackSpecificationPackageImpl.getCredentialAttack()
- Generated class or method.
-
CREDENTIAL_VULNERABILITY
static final EClass CREDENTIAL_VULNERABILITY
The meta object literal for the 'Credential Vulnerability
' class.- See Also:
CredentialVulnerabilityImpl
,AttackSpecificationPackageImpl.getCredentialVulnerability()
- Generated class or method.
-
CREDENTIAL_VULNERABILITY__CONTEXT
static final EReference CREDENTIAL_VULNERABILITY__CONTEXT
The meta object literal for the 'Context' reference feature.- Generated class or method.
-
VULNERABILITY
static final EClass VULNERABILITY
The meta object literal for the 'Vulnerability
' class.- See Also:
VulnerabilityImpl
,AttackSpecificationPackageImpl.getVulnerability()
- Generated class or method.
-
NEW_ABSTRACT_CLASS5
static final EClass NEW_ABSTRACT_CLASS5
The meta object literal for the 'New Abstract Class5
' class.- See Also:
NewAbstractClass5Impl
,AttackSpecificationPackageImpl.getNewAbstractClass5()
- Generated class or method.
-
ACTION_TYP
static final EEnum ACTION_TYP
The meta object literal for the 'Action Typ
' enum.- See Also:
ActionTyp
,AttackSpecificationPackageImpl.getActionTyp()
- Generated class or method.
-
-