Package componentSecurity
Interface ComponentSecurityPackage.Literals
-
- Enclosing interface:
- ComponentSecurityPackage
public static interface ComponentSecurityPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
COMPONENT_SECURITY
The meta object literal for the 'Component Security
' class.static EAttribute
COMPONENT_SECURITY__PO_CO_B
The meta object literal for the 'Po Co B' attribute feature.static EAttribute
COMPONENT_SECURITY__TTDV
The meta object literal for the 'TTDV' attribute feature.static EClass
COMPONENT_SECURITY_REPOSITORY
The meta object literal for the 'Repository
' class.static EReference
COMPONENT_SECURITY_REPOSITORY__COMPONENTSECURITY
The meta object literal for the 'Componentsecurity' containment reference list feature.static EClass
SECURITY_TARGET
The meta object literal for the 'Security Target
' class.
-
-
-
Field Detail
-
COMPONENT_SECURITY
static final EClass COMPONENT_SECURITY
The meta object literal for the 'Component Security
' class.- See Also:
ComponentSecurityImpl
,ComponentSecurityPackageImpl.getComponentSecurity()
- Generated class or method.
-
COMPONENT_SECURITY__PO_CO_B
static final EAttribute COMPONENT_SECURITY__PO_CO_B
The meta object literal for the 'Po Co B' attribute feature.- Generated class or method.
-
COMPONENT_SECURITY__TTDV
static final EAttribute COMPONENT_SECURITY__TTDV
The meta object literal for the 'TTDV' attribute feature.- Generated class or method.
-
COMPONENT_SECURITY_REPOSITORY
static final EClass COMPONENT_SECURITY_REPOSITORY
The meta object literal for the 'Repository
' class.- See Also:
ComponentSecurityRepositoryImpl
,ComponentSecurityPackageImpl.getComponentSecurityRepository()
- Generated class or method.
-
COMPONENT_SECURITY_REPOSITORY__COMPONENTSECURITY
static final EReference COMPONENT_SECURITY_REPOSITORY__COMPONENTSECURITY
The meta object literal for the 'Componentsecurity' containment reference list feature.- Generated class or method.
-
SECURITY_TARGET
static final EClass SECURITY_TARGET
The meta object literal for the 'Security Target
' class.- See Also:
SecurityTargetImpl
,ComponentSecurityPackageImpl.getSecurityTarget()
- Generated class or method.
-
-