Interface CommonsPackage.Literals
-
- Enclosing interface:
- CommonsPackage
public static interface CommonsPackage.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 EClass
COMMENTABLE
The meta object literal for the 'Commentable
' class.static EReference
COMMENTABLE__LAYOUT_INFORMATIONS
The meta object literal for the 'Layout Informations' containment reference list feature.static EClass
NAMED_ELEMENT
The meta object literal for the 'Named Element
' class.static EAttribute
NAMED_ELEMENT__NAME
The meta object literal for the 'Name' attribute feature.static EClass
NAMESPACE_AWARE_ELEMENT
The meta object literal for the 'Namespace Aware Element
' class.static EAttribute
NAMESPACE_AWARE_ELEMENT__NAMESPACES
The meta object literal for the 'Namespaces' attribute list feature.
-
-
-
Field Detail
-
COMMENTABLE
static final EClass COMMENTABLE
The meta object literal for the 'Commentable
' class.- See Also:
CommentableImpl
,CommonsPackageImpl.getCommentable()
- Generated class or method.
-
COMMENTABLE__LAYOUT_INFORMATIONS
static final EReference COMMENTABLE__LAYOUT_INFORMATIONS
The meta object literal for the 'Layout Informations' containment reference list feature.- Generated class or method.
-
NAMED_ELEMENT
static final EClass NAMED_ELEMENT
The meta object literal for the 'Named Element
' class.- See Also:
NamedElementImpl
,CommonsPackageImpl.getNamedElement()
- Generated class or method.
-
NAMED_ELEMENT__NAME
static final EAttribute NAMED_ELEMENT__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
NAMESPACE_AWARE_ELEMENT
static final EClass NAMESPACE_AWARE_ELEMENT
The meta object literal for the 'Namespace Aware Element
' class.- See Also:
NamespaceAwareElementImpl
,CommonsPackageImpl.getNamespaceAwareElement()
- Generated class or method.
-
NAMESPACE_AWARE_ELEMENT__NAMESPACES
static final EAttribute NAMESPACE_AWARE_ELEMENT__NAMESPACES
The meta object literal for the 'Namespaces' attribute list feature.- Generated class or method.
-
-