Interface KdmPackage.Literals

Enclosing interface:
KdmPackage

public static interface KdmPackage.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
  • Field Summary

    Fields
    Modifier and Type Field Description
    static org.eclipse.emf.ecore.EClass ANNOTATION
    The meta object literal for the 'Annotation' class.
    static org.eclipse.emf.ecore.EAttribute ANNOTATION__TEXT
    The meta object literal for the 'Text' attribute feature.
    static org.eclipse.emf.ecore.EClass ATTRIBUTE
    The meta object literal for the 'Attribute' class.
    static org.eclipse.emf.ecore.EAttribute ATTRIBUTE__TAG
    The meta object literal for the 'Tag' attribute feature.
    static org.eclipse.emf.ecore.EAttribute ATTRIBUTE__VALUE
    The meta object literal for the 'Value' attribute feature.
    static org.eclipse.emf.ecore.EClass AUDIT
    The meta object literal for the 'Audit' class.
    static org.eclipse.emf.ecore.EAttribute AUDIT__AUTHOR
    The meta object literal for the 'Author' attribute feature.
    static org.eclipse.emf.ecore.EAttribute AUDIT__DATE
    The meta object literal for the 'Date' attribute feature.
    static org.eclipse.emf.ecore.EAttribute AUDIT__DESCRIPTION
    The meta object literal for the 'Description' attribute feature.
    static org.eclipse.emf.ecore.EClass EXTENDED_VALUE
    The meta object literal for the 'Extended Value' class.
    static org.eclipse.emf.ecore.EReference EXTENDED_VALUE__TAG
    The meta object literal for the 'Tag' reference feature.
    static org.eclipse.emf.ecore.EClass EXTENSION_FAMILY
    The meta object literal for the 'Extension Family' class.
    static org.eclipse.emf.ecore.EAttribute EXTENSION_FAMILY__NAME
    The meta object literal for the 'Name' attribute feature.
    static org.eclipse.emf.ecore.EReference EXTENSION_FAMILY__STEREOTYPE
    The meta object literal for the 'Stereotype' containment reference list feature.
    static org.eclipse.emf.ecore.EClass KDM_FRAMEWORK
    The meta object literal for the 'KDM Framework' class.
    static org.eclipse.emf.ecore.EReference KDM_FRAMEWORK__AUDIT
    The meta object literal for the 'Audit' containment reference list feature.
    static org.eclipse.emf.ecore.EReference KDM_FRAMEWORK__EXTENSION_FAMILY
    The meta object literal for the 'Extension Family' containment reference list feature.
    static org.eclipse.emf.ecore.EAttribute KDM_FRAMEWORK__NAME
    The meta object literal for the 'Name' attribute feature.
    static org.eclipse.emf.ecore.EClass KDM_MODEL
    The meta object literal for the 'KDM Model' class.
    static org.eclipse.emf.ecore.EClass SEGMENT
    The meta object literal for the 'Segment' class.
    static org.eclipse.emf.ecore.EReference SEGMENT__MODEL
    The meta object literal for the 'Model' containment reference list feature.
    static org.eclipse.emf.ecore.EReference SEGMENT__SEGMENT
    The meta object literal for the 'Segment' containment reference list feature.
    static org.eclipse.emf.ecore.EClass STEREOTYPE
    The meta object literal for the 'Stereotype' class.
    static org.eclipse.emf.ecore.EAttribute STEREOTYPE__NAME
    The meta object literal for the 'Name' attribute feature.
    static org.eclipse.emf.ecore.EReference STEREOTYPE__TAG
    The meta object literal for the 'Tag' containment reference list feature.
    static org.eclipse.emf.ecore.EAttribute STEREOTYPE__TYPE
    The meta object literal for the 'Type' attribute feature.
    static org.eclipse.emf.ecore.EClass TAG_DEFINITION
    The meta object literal for the 'Tag Definition' class.
    static org.eclipse.emf.ecore.EAttribute TAG_DEFINITION__TAG
    The meta object literal for the 'Tag' attribute feature.
    static org.eclipse.emf.ecore.EAttribute TAG_DEFINITION__TYPE
    The meta object literal for the 'Type' attribute feature.
    static org.eclipse.emf.ecore.EClass TAGGED_REF
    The meta object literal for the 'Tagged Ref' class.
    static org.eclipse.emf.ecore.EReference TAGGED_REF__REFERENCE
    The meta object literal for the 'Reference' reference feature.
    static org.eclipse.emf.ecore.EClass TAGGED_VALUE
    The meta object literal for the 'Tagged Value' class.
    static org.eclipse.emf.ecore.EAttribute TAGGED_VALUE__VALUE
    The meta object literal for the 'Value' attribute feature.
  • Field Details

    • KDM_FRAMEWORK

      static final org.eclipse.emf.ecore.EClass KDM_FRAMEWORK
      The meta object literal for the 'KDM Framework' class.
      See Also:
      KDMFramework, KdmPackageImpl.getKDMFramework()
    • KDM_FRAMEWORK__AUDIT

      static final org.eclipse.emf.ecore.EReference KDM_FRAMEWORK__AUDIT
      The meta object literal for the 'Audit' containment reference list feature.
    • KDM_FRAMEWORK__EXTENSION_FAMILY

      static final org.eclipse.emf.ecore.EReference KDM_FRAMEWORK__EXTENSION_FAMILY
      The meta object literal for the 'Extension Family' containment reference list feature.
    • KDM_FRAMEWORK__NAME

      static final org.eclipse.emf.ecore.EAttribute KDM_FRAMEWORK__NAME
      The meta object literal for the 'Name' attribute feature.
    • KDM_MODEL

      static final org.eclipse.emf.ecore.EClass KDM_MODEL
      The meta object literal for the 'KDM Model' class.
      See Also:
      KDMModel, KdmPackageImpl.getKDMModel()
    • AUDIT

      static final org.eclipse.emf.ecore.EClass AUDIT
      The meta object literal for the 'Audit' class.
      See Also:
      AuditImpl, KdmPackageImpl.getAudit()
    • AUDIT__DESCRIPTION

      static final org.eclipse.emf.ecore.EAttribute AUDIT__DESCRIPTION
      The meta object literal for the 'Description' attribute feature.
    • AUDIT__AUTHOR

      static final org.eclipse.emf.ecore.EAttribute AUDIT__AUTHOR
      The meta object literal for the 'Author' attribute feature.
    • AUDIT__DATE

      static final org.eclipse.emf.ecore.EAttribute AUDIT__DATE
      The meta object literal for the 'Date' attribute feature.
    • SEGMENT

      static final org.eclipse.emf.ecore.EClass SEGMENT
      The meta object literal for the 'Segment' class.
      See Also:
      SegmentImpl, KdmPackageImpl.getSegment()
    • SEGMENT__SEGMENT

      static final org.eclipse.emf.ecore.EReference SEGMENT__SEGMENT
      The meta object literal for the 'Segment' containment reference list feature.
    • SEGMENT__MODEL

      static final org.eclipse.emf.ecore.EReference SEGMENT__MODEL
      The meta object literal for the 'Model' containment reference list feature.
    • ATTRIBUTE

      static final org.eclipse.emf.ecore.EClass ATTRIBUTE
      The meta object literal for the 'Attribute' class.
      See Also:
      AttributeImpl, KdmPackageImpl.getAttribute()
    • ATTRIBUTE__TAG

      static final org.eclipse.emf.ecore.EAttribute ATTRIBUTE__TAG
      The meta object literal for the 'Tag' attribute feature.
    • ATTRIBUTE__VALUE

      static final org.eclipse.emf.ecore.EAttribute ATTRIBUTE__VALUE
      The meta object literal for the 'Value' attribute feature.
    • ANNOTATION

      static final org.eclipse.emf.ecore.EClass ANNOTATION
      The meta object literal for the 'Annotation' class.
      See Also:
      AnnotationImpl, KdmPackageImpl.getAnnotation()
    • ANNOTATION__TEXT

      static final org.eclipse.emf.ecore.EAttribute ANNOTATION__TEXT
      The meta object literal for the 'Text' attribute feature.
    • TAG_DEFINITION

      static final org.eclipse.emf.ecore.EClass TAG_DEFINITION
      The meta object literal for the 'Tag Definition' class.
      See Also:
      TagDefinitionImpl, KdmPackageImpl.getTagDefinition()
    • TAG_DEFINITION__TAG

      static final org.eclipse.emf.ecore.EAttribute TAG_DEFINITION__TAG
      The meta object literal for the 'Tag' attribute feature.
    • TAG_DEFINITION__TYPE

      static final org.eclipse.emf.ecore.EAttribute TAG_DEFINITION__TYPE
      The meta object literal for the 'Type' attribute feature.
    • EXTENDED_VALUE

      static final org.eclipse.emf.ecore.EClass EXTENDED_VALUE
      The meta object literal for the 'Extended Value' class.
      See Also:
      ExtendedValue, KdmPackageImpl.getExtendedValue()
    • EXTENDED_VALUE__TAG

      static final org.eclipse.emf.ecore.EReference EXTENDED_VALUE__TAG
      The meta object literal for the 'Tag' reference feature.
    • STEREOTYPE

      static final org.eclipse.emf.ecore.EClass STEREOTYPE
      The meta object literal for the 'Stereotype' class.
      See Also:
      StereotypeImpl, KdmPackageImpl.getStereotype()
    • STEREOTYPE__TAG

      static final org.eclipse.emf.ecore.EReference STEREOTYPE__TAG
      The meta object literal for the 'Tag' containment reference list feature.
    • STEREOTYPE__NAME

      static final org.eclipse.emf.ecore.EAttribute STEREOTYPE__NAME
      The meta object literal for the 'Name' attribute feature.
    • STEREOTYPE__TYPE

      static final org.eclipse.emf.ecore.EAttribute STEREOTYPE__TYPE
      The meta object literal for the 'Type' attribute feature.
    • EXTENSION_FAMILY

      static final org.eclipse.emf.ecore.EClass EXTENSION_FAMILY
      The meta object literal for the 'Extension Family' class.
      See Also:
      ExtensionFamilyImpl, KdmPackageImpl.getExtensionFamily()
    • EXTENSION_FAMILY__STEREOTYPE

      static final org.eclipse.emf.ecore.EReference EXTENSION_FAMILY__STEREOTYPE
      The meta object literal for the 'Stereotype' containment reference list feature.
    • EXTENSION_FAMILY__NAME

      static final org.eclipse.emf.ecore.EAttribute EXTENSION_FAMILY__NAME
      The meta object literal for the 'Name' attribute feature.
    • TAGGED_REF

      static final org.eclipse.emf.ecore.EClass TAGGED_REF
      The meta object literal for the 'Tagged Ref' class.
      See Also:
      TaggedRefImpl, KdmPackageImpl.getTaggedRef()
    • TAGGED_REF__REFERENCE

      static final org.eclipse.emf.ecore.EReference TAGGED_REF__REFERENCE
      The meta object literal for the 'Reference' reference feature.
    • TAGGED_VALUE

      static final org.eclipse.emf.ecore.EClass TAGGED_VALUE
      The meta object literal for the 'Tagged Value' class.
      See Also:
      TaggedValueImpl, KdmPackageImpl.getTaggedValue()
    • TAGGED_VALUE__VALUE

      static final org.eclipse.emf.ecore.EAttribute TAGGED_VALUE__VALUE
      The meta object literal for the 'Value' attribute feature.