Interface AdjustmentsPackage
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
AdjustmentsPackageImpl
The Package for the model.
It contains accessors for the meta objects to represent
- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
- Generated class or method.
- EMF model class or method.
- kind="package"
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The meta object id for the 'Absolute Adjustment
' class.static final int
The feature id for the 'Goal Value' attribute.static final int
The number of structural features of the 'Absolute Adjustment' class.static final int
The meta object id for the 'Adjustment Type
' class.static final int
The number of structural features of the 'Adjustment Type' class.static final AdjustmentsPackage
The singleton instance of the package.static final String
The package name.static final String
The package namespace name.static final String
The package namespace URI.static final int
The meta object id for the 'Relative Adjustment
' class.static final int
The feature id for the 'Min Adjustment Value' attribute.static final int
The feature id for the 'Percentage Growth Value' attribute.static final int
The number of structural features of the 'Relative Adjustment' class.static final int
The meta object id for the 'Step Adjustment
' class.static final int
The feature id for the 'Step Value' attribute.static final int
The number of structural features of the 'Step Adjustment' class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the meta object for class 'Absolute Adjustment
'.Returns the meta object for the attribute 'Goal Value
'.Returns the factory that creates the instances of the model.Returns the meta object for class 'Adjustment Type
'.Returns the meta object for class 'Relative Adjustment
'.Returns the meta object for the attribute 'Min Adjustment Value
'.Returns the meta object for the attribute 'Percentage Growth Value
'.Returns the meta object for class 'Step Adjustment
'.Returns the meta object for the attribute 'Step Value
'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
- Generated class or method.
-
eNS_URI
The package namespace URI.- See Also:
- Generated class or method.
-
eNS_PREFIX
The package namespace name.- See Also:
- Generated class or method.
-
eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ADJUSTMENT_TYPE
static final int ADJUSTMENT_TYPEThe meta object id for the 'Adjustment Type
' class.- See Also:
- Generated class or method.
-
ADJUSTMENT_TYPE_FEATURE_COUNT
static final int ADJUSTMENT_TYPE_FEATURE_COUNTThe number of structural features of the 'Adjustment Type' class.- See Also:
- Generated class or method.
- Ordered collection.
-
RELATIVE_ADJUSTMENT
static final int RELATIVE_ADJUSTMENTThe meta object id for the 'Relative Adjustment
' class.- See Also:
- Generated class or method.
-
RELATIVE_ADJUSTMENT__PERCENTAGE_GROWTH_VALUE
static final int RELATIVE_ADJUSTMENT__PERCENTAGE_GROWTH_VALUEThe feature id for the 'Percentage Growth Value' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
RELATIVE_ADJUSTMENT__MIN_ADJUSTMENT_VALUE
static final int RELATIVE_ADJUSTMENT__MIN_ADJUSTMENT_VALUEThe feature id for the 'Min Adjustment Value' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
RELATIVE_ADJUSTMENT_FEATURE_COUNT
static final int RELATIVE_ADJUSTMENT_FEATURE_COUNTThe number of structural features of the 'Relative Adjustment' class.- See Also:
- Generated class or method.
- Ordered collection.
-
ABSOLUTE_ADJUSTMENT
static final int ABSOLUTE_ADJUSTMENTThe meta object id for the 'Absolute Adjustment
' class.- See Also:
- Generated class or method.
-
ABSOLUTE_ADJUSTMENT__GOAL_VALUE
static final int ABSOLUTE_ADJUSTMENT__GOAL_VALUEThe feature id for the 'Goal Value' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
ABSOLUTE_ADJUSTMENT_FEATURE_COUNT
static final int ABSOLUTE_ADJUSTMENT_FEATURE_COUNTThe number of structural features of the 'Absolute Adjustment' class.- See Also:
- Generated class or method.
- Ordered collection.
-
STEP_ADJUSTMENT
static final int STEP_ADJUSTMENTThe meta object id for the 'Step Adjustment
' class.- See Also:
- Generated class or method.
-
STEP_ADJUSTMENT__STEP_VALUE
static final int STEP_ADJUSTMENT__STEP_VALUEThe feature id for the 'Step Value' attribute.- See Also:
- Generated class or method.
- Ordered collection.
-
STEP_ADJUSTMENT_FEATURE_COUNT
static final int STEP_ADJUSTMENT_FEATURE_COUNTThe number of structural features of the 'Step Adjustment' class.- See Also:
- Generated class or method.
- Ordered collection.
-
-
Method Details
-
getAdjustmentType
EClass getAdjustmentType()Returns the meta object for class 'Adjustment Type
'.- Returns:
- the meta object for class 'Adjustment Type'.
- See Also:
- Generated class or method.
-
getRelativeAdjustment
EClass getRelativeAdjustment()Returns the meta object for class 'Relative Adjustment
'.- Returns:
- the meta object for class 'Relative Adjustment'.
- See Also:
- Generated class or method.
-
getRelativeAdjustment_PercentageGrowthValue
EAttribute getRelativeAdjustment_PercentageGrowthValue()Returns the meta object for the attribute 'Percentage Growth Value
'.- Returns:
- the meta object for the attribute 'Percentage Growth Value'.
- See Also:
- Generated class or method.
-
getRelativeAdjustment_MinAdjustmentValue
EAttribute getRelativeAdjustment_MinAdjustmentValue()Returns the meta object for the attribute 'Min Adjustment Value
'.- Returns:
- the meta object for the attribute 'Min Adjustment Value'.
- See Also:
- Generated class or method.
-
getAbsoluteAdjustment
EClass getAbsoluteAdjustment()Returns the meta object for class 'Absolute Adjustment
'.- Returns:
- the meta object for class 'Absolute Adjustment'.
- See Also:
- Generated class or method.
-
getAbsoluteAdjustment_GoalValue
EAttribute getAbsoluteAdjustment_GoalValue()Returns the meta object for the attribute 'Goal Value
'.- Returns:
- the meta object for the attribute 'Goal Value'.
- See Also:
- Generated class or method.
-
getStepAdjustment
EClass getStepAdjustment()Returns the meta object for class 'Step Adjustment
'.- Returns:
- the meta object for class 'Step Adjustment'.
- See Also:
- Generated class or method.
-
getStepAdjustment_StepValue
EAttribute getStepAdjustment_StepValue()Returns the meta object for the attribute 'Step Value
'.- Returns:
- the meta object for the attribute 'Step Value'.
- See Also:
- Generated class or method.
-
getAdjustmentsFactory
AdjustmentsFactory getAdjustmentsFactory()Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-