Interface EcoreutilsPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier

public interface EcoreutilsPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
    • eINSTANCE

      static final EcoreutilsPackage eINSTANCE
      The singleton instance of the package.
    • CUSTOM_FIELD

      static final int CUSTOM_FIELD
      The meta object id for the 'Custom Field' class.
      See Also:
    • CUSTOM_FIELD__NAME

      static final int CUSTOM_FIELD__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • CUSTOM_FIELD__CONTAINER

      static final int CUSTOM_FIELD__CONTAINER
      The feature id for the 'Container' container reference.
      See Also:
    • CUSTOM_FIELD_FEATURE_COUNT

      static final int CUSTOM_FIELD_FEATURE_COUNT
      The number of structural features of the 'Custom Field' class.
      See Also:
    • CUSTOM_FIELD_OPERATION_COUNT

      static final int CUSTOM_FIELD_OPERATION_COUNT
      The number of operations of the 'Custom Field' class.
      See Also:
    • CUSTOM_VALUE_FIELD

      static final int CUSTOM_VALUE_FIELD
      The meta object id for the 'Custom Value Field' class.
      See Also:
    • CUSTOM_VALUE_FIELD__NAME

      static final int CUSTOM_VALUE_FIELD__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • CUSTOM_VALUE_FIELD__CONTAINER

      static final int CUSTOM_VALUE_FIELD__CONTAINER
      The feature id for the 'Container' container reference.
      See Also:
    • CUSTOM_VALUE_FIELD__VALUE

      static final int CUSTOM_VALUE_FIELD__VALUE
      The feature id for the 'Value' attribute.
      See Also:
    • CUSTOM_VALUE_FIELD__CLASSIFIER_NAME

      static final int CUSTOM_VALUE_FIELD__CLASSIFIER_NAME
      The feature id for the 'Classifier Name' attribute.
      See Also:
    • CUSTOM_VALUE_FIELD_FEATURE_COUNT

      static final int CUSTOM_VALUE_FIELD_FEATURE_COUNT
      The number of structural features of the 'Custom Value Field' class.
      See Also:
    • CUSTOM_VALUE_FIELD_OPERATION_COUNT

      static final int CUSTOM_VALUE_FIELD_OPERATION_COUNT
      The number of operations of the 'Custom Value Field' class.
      See Also:
    • CUSTOM_REFERENCE_FIELD

      static final int CUSTOM_REFERENCE_FIELD
      The meta object id for the 'Custom Reference Field' class.
      See Also:
    • CUSTOM_REFERENCE_FIELD__NAME

      static final int CUSTOM_REFERENCE_FIELD__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • CUSTOM_REFERENCE_FIELD__CONTAINER

      static final int CUSTOM_REFERENCE_FIELD__CONTAINER
      The feature id for the 'Container' container reference.
      See Also:
    • CUSTOM_REFERENCE_FIELD__VALUE

      static final int CUSTOM_REFERENCE_FIELD__VALUE
      The feature id for the 'Value' reference.
      See Also:
    • CUSTOM_REFERENCE_FIELD__CONTAINMENT_VALUE

      static final int CUSTOM_REFERENCE_FIELD__CONTAINMENT_VALUE
      The feature id for the 'Containment Value' containment reference.
      See Also:
    • CUSTOM_REFERENCE_FIELD__CLASSIFIER_NAME

      static final int CUSTOM_REFERENCE_FIELD__CLASSIFIER_NAME
      The feature id for the 'Classifier Name' attribute.
      See Also:
    • CUSTOM_REFERENCE_FIELD_FEATURE_COUNT

      static final int CUSTOM_REFERENCE_FIELD_FEATURE_COUNT
      The number of structural features of the 'Custom Reference Field' class.
      See Also:
    • CUSTOM_REFERENCE_FIELD_OPERATION_COUNT

      static final int CUSTOM_REFERENCE_FIELD_OPERATION_COUNT
      The number of operations of the 'Custom Reference Field' class.
      See Also:
    • CUSTOM_FIELD_CONTAINER

      static final int CUSTOM_FIELD_CONTAINER
      The meta object id for the 'Custom Field Container' class.
      See Also:
    • CUSTOM_FIELD_CONTAINER__CUSTOM_FIELDS

      static final int CUSTOM_FIELD_CONTAINER__CUSTOM_FIELDS
      The feature id for the 'Custom Fields' containment reference list.
      See Also:
    • CUSTOM_FIELD_CONTAINER_FEATURE_COUNT

      static final int CUSTOM_FIELD_CONTAINER_FEATURE_COUNT
      The number of structural features of the 'Custom Field Container' class.
      See Also:
    • CUSTOM_FIELD_CONTAINER_OPERATION_COUNT

      static final int CUSTOM_FIELD_CONTAINER_OPERATION_COUNT
      The number of operations of the 'Custom Field Container' class.
      See Also:
    • COLOR

      static final int COLOR
      The meta object id for the 'Color' data type.
      See Also:
    • LOCAL_DATE_TIME

      static final int LOCAL_DATE_TIME
      The meta object id for the 'Local Date Time' data type.
      See Also:
    • DAY_OF_WEEK

      static final int DAY_OF_WEEK
      The meta object id for the 'Day Of Week' data type.
      See Also:
    • LOCAL_TIME

      static final int LOCAL_TIME
      The meta object id for the 'Local Time' data type.
      See Also:
    • REAL_DISTRIBUTION

      static final int REAL_DISTRIBUTION
      The meta object id for the 'Real Distribution' data type.
      See Also:
  • Method Details

    • getCustomField

      org.eclipse.emf.ecore.EClass getCustomField()
      Returns the meta object for class 'Custom Field'.
      Returns:
      the meta object for class 'Custom Field'.
      See Also:
    • getCustomField_Name

      org.eclipse.emf.ecore.EAttribute getCustomField_Name()
      Returns the meta object for the attribute 'Name'.
      Returns:
      the meta object for the attribute 'Name'.
      See Also:
    • getCustomField_Container

      org.eclipse.emf.ecore.EReference getCustomField_Container()
      Returns the meta object for the container reference 'Container'.
      Returns:
      the meta object for the container reference 'Container'.
      See Also:
    • getCustomValueField

      org.eclipse.emf.ecore.EClass getCustomValueField()
      Returns the meta object for class 'Custom Value Field'.
      Returns:
      the meta object for class 'Custom Value Field'.
      See Also:
    • getCustomValueField_Value

      org.eclipse.emf.ecore.EAttribute getCustomValueField_Value()
      Returns the meta object for the attribute 'Value'.
      Returns:
      the meta object for the attribute 'Value'.
      See Also:
    • getCustomValueField_ClassifierName

      org.eclipse.emf.ecore.EAttribute getCustomValueField_ClassifierName()
      Returns the meta object for the attribute 'Classifier Name'.
      Returns:
      the meta object for the attribute 'Classifier Name'.
      See Also:
    • getCustomReferenceField

      org.eclipse.emf.ecore.EClass getCustomReferenceField()
      Returns the meta object for class 'Custom Reference Field'.
      Returns:
      the meta object for class 'Custom Reference Field'.
      See Also:
    • getCustomReferenceField_Value

      org.eclipse.emf.ecore.EReference getCustomReferenceField_Value()
      Returns the meta object for the reference 'Value'.
      Returns:
      the meta object for the reference 'Value'.
      See Also:
    • getCustomReferenceField_ContainmentValue

      org.eclipse.emf.ecore.EReference getCustomReferenceField_ContainmentValue()
      Returns the meta object for the containment reference 'Containment Value'.
      Returns:
      the meta object for the containment reference 'Containment Value'.
      See Also:
    • getCustomReferenceField_ClassifierName

      org.eclipse.emf.ecore.EAttribute getCustomReferenceField_ClassifierName()
      Returns the meta object for the attribute 'Classifier Name'.
      Returns:
      the meta object for the attribute 'Classifier Name'.
      See Also:
    • getCustomFieldContainer

      org.eclipse.emf.ecore.EClass getCustomFieldContainer()
      Returns the meta object for class 'Custom Field Container'.
      Returns:
      the meta object for class 'Custom Field Container'.
      See Also:
    • getCustomFieldContainer_CustomFields

      org.eclipse.emf.ecore.EReference getCustomFieldContainer_CustomFields()
      Returns the meta object for the containment reference list 'Custom Fields'.
      Returns:
      the meta object for the containment reference list 'Custom Fields'.
      See Also:
    • getColor

      org.eclipse.emf.ecore.EDataType getColor()
      Returns the meta object for data type 'Color'.
      Returns:
      the meta object for data type 'Color'.
      See Also:
    • getLocalDateTime

      org.eclipse.emf.ecore.EDataType getLocalDateTime()
      Returns the meta object for data type 'Local Date Time'.
      Returns:
      the meta object for data type 'Local Date Time'.
      See Also:
    • getDayOfWeek

      org.eclipse.emf.ecore.EDataType getDayOfWeek()
      Returns the meta object for data type 'Day Of Week'.
      Returns:
      the meta object for data type 'Day Of Week'.
      See Also:
    • getLocalTime

      org.eclipse.emf.ecore.EDataType getLocalTime()
      Returns the meta object for data type 'Local Time'.
      Returns:
      the meta object for data type 'Local Time'.
      See Also:
    • getRealDistribution

      org.eclipse.emf.ecore.EDataType getRealDistribution()
      Returns the meta object for data type 'Real Distribution'.
      Returns:
      the meta object for data type 'Real Distribution'.
      See Also:
      • RealDistribution
    • getEcoreutilsFactory

      EcoreutilsFactory getEcoreutilsFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.