Interface CommonsPackage.Literals
-
- Enclosing interface:
- CommonsPackage
public static interface CommonsPackage.LiteralsDefines 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 EClassCOMMENTABLEThe meta object literal for the 'Commentable' class.static EReferenceCOMMENTABLE__LAYOUT_INFORMATIONSThe meta object literal for the 'Layout Informations' containment reference list feature.static EClassNAMED_ELEMENTThe meta object literal for the 'Named Element' class.static EAttributeNAMED_ELEMENT__NAMEThe meta object literal for the 'Name' attribute feature.static EClassNAMESPACE_AWARE_ELEMENTThe meta object literal for the 'Namespace Aware Element' class.static EAttributeNAMESPACE_AWARE_ELEMENT__NAMESPACESThe 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.
-
-