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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe meta object id for the 'Color' data type.static final intThe meta object id for the 'Custom Field' class.static final intThe feature id for the 'Container' container reference.static final intThe feature id for the 'Name' attribute.static final intThe meta object id for the 'Custom Field Container' class.static final intThe feature id for the 'Custom Fields' containment reference list.static final intThe number of structural features of the 'Custom Field Container' class.static final intThe number of operations of the 'Custom Field Container' class.static final intThe number of structural features of the 'Custom Field' class.static final intThe number of operations of the 'Custom Field' class.static final intThe meta object id for the 'Custom Reference Field' class.static final intThe feature id for the 'Classifier Name' attribute.static final intThe feature id for the 'Container' container reference.static final intThe feature id for the 'Containment Value' containment reference.static final intThe feature id for the 'Name' attribute.static final intThe feature id for the 'Value' reference.static final intThe number of structural features of the 'Custom Reference Field' class.static final intThe number of operations of the 'Custom Reference Field' class.static final intThe meta object id for the 'Custom Value Field' class.static final intThe feature id for the 'Classifier Name' attribute.static final intThe feature id for the 'Container' container reference.static final intThe feature id for the 'Name' attribute.static final intThe feature id for the 'Value' attribute.static final intThe number of structural features of the 'Custom Value Field' class.static final intThe number of operations of the 'Custom Value Field' class.static final intThe meta object id for the 'Day Of Week' data type.static final EcoreutilsPackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Local Date Time' data type.static final intThe meta object id for the 'Local Time' data type.static final intThe meta object id for the 'Real Distribution' data type. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EDataTypegetColor()Returns the meta object for data type 'Color'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Custom Field'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the container reference 'Container'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Name'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Custom Field Container'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference list 'Custom Fields'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Custom Reference Field'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Classifier Name'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the containment reference 'Containment Value'.org.eclipse.emf.ecore.EReferenceReturns the meta object for the reference 'Value'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'Custom Value Field'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Classifier Name'.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Value'.org.eclipse.emf.ecore.EDataTypeReturns the meta object for data type 'Day Of Week'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataTypeReturns the meta object for data type 'Local Date Time'.org.eclipse.emf.ecore.EDataTypeReturns the meta object for data type 'Local Time'.org.eclipse.emf.ecore.EDataTypeReturns the meta object for data type 'Real Distribution'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
CUSTOM_FIELD
static final int CUSTOM_FIELDThe meta object id for the 'Custom Field' class.- See Also:
-
CUSTOM_FIELD__NAME
static final int CUSTOM_FIELD__NAMEThe feature id for the 'Name' attribute.- See Also:
-
CUSTOM_FIELD__CONTAINER
static final int CUSTOM_FIELD__CONTAINERThe feature id for the 'Container' container reference.- See Also:
-
CUSTOM_FIELD_FEATURE_COUNT
static final int CUSTOM_FIELD_FEATURE_COUNTThe number of structural features of the 'Custom Field' class.- See Also:
-
CUSTOM_FIELD_OPERATION_COUNT
static final int CUSTOM_FIELD_OPERATION_COUNTThe number of operations of the 'Custom Field' class.- See Also:
-
CUSTOM_VALUE_FIELD
static final int CUSTOM_VALUE_FIELDThe meta object id for the 'Custom Value Field' class.- See Also:
-
CUSTOM_VALUE_FIELD__NAME
static final int CUSTOM_VALUE_FIELD__NAMEThe feature id for the 'Name' attribute.- See Also:
-
CUSTOM_VALUE_FIELD__CONTAINER
static final int CUSTOM_VALUE_FIELD__CONTAINERThe feature id for the 'Container' container reference.- See Also:
-
CUSTOM_VALUE_FIELD__VALUE
static final int CUSTOM_VALUE_FIELD__VALUEThe feature id for the 'Value' attribute.- See Also:
-
CUSTOM_VALUE_FIELD__CLASSIFIER_NAME
static final int CUSTOM_VALUE_FIELD__CLASSIFIER_NAMEThe feature id for the 'Classifier Name' attribute.- See Also:
-
CUSTOM_VALUE_FIELD_FEATURE_COUNT
static final int CUSTOM_VALUE_FIELD_FEATURE_COUNTThe number of structural features of the 'Custom Value Field' class.- See Also:
-
CUSTOM_VALUE_FIELD_OPERATION_COUNT
static final int CUSTOM_VALUE_FIELD_OPERATION_COUNTThe number of operations of the 'Custom Value Field' class.- See Also:
-
CUSTOM_REFERENCE_FIELD
static final int CUSTOM_REFERENCE_FIELDThe meta object id for the 'Custom Reference Field' class.- See Also:
-
CUSTOM_REFERENCE_FIELD__NAME
static final int CUSTOM_REFERENCE_FIELD__NAMEThe feature id for the 'Name' attribute.- See Also:
-
CUSTOM_REFERENCE_FIELD__CONTAINER
static final int CUSTOM_REFERENCE_FIELD__CONTAINERThe feature id for the 'Container' container reference.- See Also:
-
CUSTOM_REFERENCE_FIELD__VALUE
static final int CUSTOM_REFERENCE_FIELD__VALUEThe feature id for the 'Value' reference.- See Also:
-
CUSTOM_REFERENCE_FIELD__CONTAINMENT_VALUE
static final int CUSTOM_REFERENCE_FIELD__CONTAINMENT_VALUEThe feature id for the 'Containment Value' containment reference.- See Also:
-
CUSTOM_REFERENCE_FIELD__CLASSIFIER_NAME
static final int CUSTOM_REFERENCE_FIELD__CLASSIFIER_NAMEThe feature id for the 'Classifier Name' attribute.- See Also:
-
CUSTOM_REFERENCE_FIELD_FEATURE_COUNT
static final int CUSTOM_REFERENCE_FIELD_FEATURE_COUNTThe number of structural features of the 'Custom Reference Field' class.- See Also:
-
CUSTOM_REFERENCE_FIELD_OPERATION_COUNT
static final int CUSTOM_REFERENCE_FIELD_OPERATION_COUNTThe number of operations of the 'Custom Reference Field' class.- See Also:
-
CUSTOM_FIELD_CONTAINER
static final int CUSTOM_FIELD_CONTAINERThe meta object id for the 'Custom Field Container' class.- See Also:
-
CUSTOM_FIELD_CONTAINER__CUSTOM_FIELDS
static final int CUSTOM_FIELD_CONTAINER__CUSTOM_FIELDSThe feature id for the 'Custom Fields' containment reference list.- See Also:
-
CUSTOM_FIELD_CONTAINER_FEATURE_COUNT
static final int CUSTOM_FIELD_CONTAINER_FEATURE_COUNTThe number of structural features of the 'Custom Field Container' class.- See Also:
-
CUSTOM_FIELD_CONTAINER_OPERATION_COUNT
static final int CUSTOM_FIELD_CONTAINER_OPERATION_COUNTThe number of operations of the 'Custom Field Container' class.- See Also:
-
COLOR
static final int COLORThe meta object id for the 'Color' data type.- See Also:
-
LOCAL_DATE_TIME
static final int LOCAL_DATE_TIMEThe meta object id for the 'Local Date Time' data type.- See Also:
-
DAY_OF_WEEK
static final int DAY_OF_WEEKThe meta object id for the 'Day Of Week' data type.- See Also:
-
LOCAL_TIME
static final int LOCAL_TIMEThe meta object id for the 'Local Time' data type.- See Also:
-
REAL_DISTRIBUTION
static final int REAL_DISTRIBUTIONThe 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:
-
getEcoreutilsFactory
EcoreutilsFactory getEcoreutilsFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
-