Interface EcoreutilsPackage.Literals

Enclosing interface:
EcoreutilsPackage

public static interface EcoreutilsPackage.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 final org.eclipse.emf.ecore.EDataType
    The meta object literal for the 'Color' data type.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Custom Field' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Container' container reference feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Name' attribute feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Custom Field Container' class.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Custom Fields' containment reference list feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Custom Reference Field' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Classifier Name' attribute feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Containment Value' containment reference feature.
    static final org.eclipse.emf.ecore.EReference
    The meta object literal for the 'Value' reference feature.
    static final org.eclipse.emf.ecore.EClass
    The meta object literal for the 'Custom Value Field' class.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Classifier Name' attribute feature.
    static final org.eclipse.emf.ecore.EAttribute
    The meta object literal for the 'Value' attribute feature.
    static final org.eclipse.emf.ecore.EDataType
    The meta object literal for the 'Day Of Week' data type.
    static final org.eclipse.emf.ecore.EDataType
    The meta object literal for the 'Local Date Time' data type.
    static final org.eclipse.emf.ecore.EDataType
    The meta object literal for the 'Local Time' data type.
    static final org.eclipse.emf.ecore.EDataType
    The meta object literal for the 'Real Distribution' data type.
  • Field Details

    • CUSTOM_FIELD

      static final org.eclipse.emf.ecore.EClass CUSTOM_FIELD
      The meta object literal for the 'Custom Field' class.
      See Also:
      • CustomFieldImpl
      • EcoreutilsPackageImpl.getCustomField()
    • CUSTOM_FIELD__NAME

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

      static final org.eclipse.emf.ecore.EReference CUSTOM_FIELD__CONTAINER
      The meta object literal for the 'Container' container reference feature.
    • CUSTOM_VALUE_FIELD

      static final org.eclipse.emf.ecore.EClass CUSTOM_VALUE_FIELD
      The meta object literal for the 'Custom Value Field' class.
      See Also:
      • CustomValueFieldImpl
      • EcoreutilsPackageImpl.getCustomValueField()
    • CUSTOM_VALUE_FIELD__VALUE

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

      static final org.eclipse.emf.ecore.EAttribute CUSTOM_VALUE_FIELD__CLASSIFIER_NAME
      The meta object literal for the 'Classifier Name' attribute feature.
    • CUSTOM_REFERENCE_FIELD

      static final org.eclipse.emf.ecore.EClass CUSTOM_REFERENCE_FIELD
      The meta object literal for the 'Custom Reference Field' class.
      See Also:
      • CustomReferenceFieldImpl
      • EcoreutilsPackageImpl.getCustomReferenceField()
    • CUSTOM_REFERENCE_FIELD__VALUE

      static final org.eclipse.emf.ecore.EReference CUSTOM_REFERENCE_FIELD__VALUE
      The meta object literal for the 'Value' reference feature.
    • CUSTOM_REFERENCE_FIELD__CONTAINMENT_VALUE

      static final org.eclipse.emf.ecore.EReference CUSTOM_REFERENCE_FIELD__CONTAINMENT_VALUE
      The meta object literal for the 'Containment Value' containment reference feature.
    • CUSTOM_REFERENCE_FIELD__CLASSIFIER_NAME

      static final org.eclipse.emf.ecore.EAttribute CUSTOM_REFERENCE_FIELD__CLASSIFIER_NAME
      The meta object literal for the 'Classifier Name' attribute feature.
    • CUSTOM_FIELD_CONTAINER

      static final org.eclipse.emf.ecore.EClass CUSTOM_FIELD_CONTAINER
      The meta object literal for the 'Custom Field Container' class.
      See Also:
      • CustomFieldContainerImpl
      • EcoreutilsPackageImpl.getCustomFieldContainer()
    • CUSTOM_FIELD_CONTAINER__CUSTOM_FIELDS

      static final org.eclipse.emf.ecore.EReference CUSTOM_FIELD_CONTAINER__CUSTOM_FIELDS
      The meta object literal for the 'Custom Fields' containment reference list feature.
    • COLOR

      static final org.eclipse.emf.ecore.EDataType COLOR
      The meta object literal for the 'Color' data type.
      See Also:
      • Color
      • EcoreutilsPackageImpl.getColor()
    • LOCAL_DATE_TIME

      static final org.eclipse.emf.ecore.EDataType LOCAL_DATE_TIME
      The meta object literal for the 'Local Date Time' data type.
      See Also:
    • DAY_OF_WEEK

      static final org.eclipse.emf.ecore.EDataType DAY_OF_WEEK
      The meta object literal for the 'Day Of Week' data type.
      See Also:
      • DayOfWeek
      • EcoreutilsPackageImpl.getDayOfWeek()
    • LOCAL_TIME

      static final org.eclipse.emf.ecore.EDataType LOCAL_TIME
      The meta object literal for the 'Local Time' data type.
      See Also:
      • LocalTime
      • EcoreutilsPackageImpl.getLocalTime()
    • REAL_DISTRIBUTION

      static final org.eclipse.emf.ecore.EDataType REAL_DISTRIBUTION
      The meta object literal for the 'Real Distribution' data type.
      See Also:
      • RealDistribution
      • EcoreutilsPackageImpl.getRealDistribution()