Interface DataCompositionSchemaDataSetField
- All Superinterfaces:
DataSetField
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSetFieldImpl
A representation of the model object 'Data Composition Schema Data Set Field'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Appearance' containment reference.Returns the value of the 'Attribute Use Restriction' containment reference.org.eclipse.emf.common.util.EList<AvailableValue>
Returns the value of the 'Available Values' containment reference list.Returns the value of the 'Data Path' attribute.getField()
Returns the value of the 'Field' attribute.Returns the value of the 'In Hierarchy Data Set' attribute.Returns the value of the 'In Hierarchy Data Set Parameter' attribute.Returns the value of the 'Input Parameters' containment reference.org.eclipse.emf.common.util.EList<DataCompositionOrderExpression>
Returns the value of the 'Order Expressions' containment reference list.Returns the value of the 'Presentation Expression' attribute.getRole()
Returns the value of the 'Role' containment reference.getTitle()
Returns the value of the 'Title' containment reference.Returns the value of the 'Use Restriction' containment reference.Returns the value of the 'Value Type' containment reference.void
Sets the value of the 'Appearance
' containment reference.void
Sets the value of the 'Attribute Use Restriction
' containment reference.void
setDataPath
(String value) Sets the value of the 'Data Path
' attribute.void
Sets the value of the 'Field
' attribute.void
setInHierarchyDataSet
(String value) Sets the value of the 'In Hierarchy Data Set
' attribute.void
Sets the value of the 'In Hierarchy Data Set Parameter
' attribute.void
Sets the value of the 'Input Parameters
' containment reference.void
setPresentationExpression
(String value) Sets the value of the 'Presentation Expression
' attribute.void
Sets the value of the 'Role
' containment reference.void
setTitle
(Presentation value) Sets the value of the 'Title
' containment reference.void
Sets the value of the 'Use Restriction
' containment reference.void
setValueType
(TypeDescription value) Sets the value of the 'Value Type
' containment reference.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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getDataPath
String getDataPath()Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
-
setDataPath
Sets the value of the 'Data Path
' attribute.- Parameters:
value
- the new value of the 'Data Path' attribute.- See Also:
-
getField
String getField()Returns the value of the 'Field' attribute.- Returns:
- the value of the 'Field' attribute.
- See Also:
-
setField
Sets the value of the 'Field
' attribute.- Parameters:
value
- the new value of the 'Field' attribute.- See Also:
-
getTitle
Presentation getTitle()Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
-
setTitle
Sets the value of the 'Title
' containment reference.- Parameters:
value
- the new value of the 'Title' containment reference.- See Also:
-
getUseRestriction
DataCompositionSchemaFieldUseRestriction getUseRestriction()Returns the value of the 'Use Restriction' containment reference.- Returns:
- the value of the 'Use Restriction' containment reference.
- See Also:
-
setUseRestriction
Sets the value of the 'Use Restriction
' containment reference.- Parameters:
value
- the new value of the 'Use Restriction' containment reference.- See Also:
-
getAttributeUseRestriction
DataCompositionSchemaFieldUseRestriction getAttributeUseRestriction()Returns the value of the 'Attribute Use Restriction' containment reference.- Returns:
- the value of the 'Attribute Use Restriction' containment reference.
- See Also:
-
setAttributeUseRestriction
Sets the value of the 'Attribute Use Restriction
' containment reference.- Parameters:
value
- the new value of the 'Attribute Use Restriction' containment reference.- See Also:
-
getRole
DataCompositionDataSetFieldRole getRole()Returns the value of the 'Role' containment reference.- Returns:
- the value of the 'Role' containment reference.
- See Also:
-
setRole
Sets the value of the 'Role
' containment reference.- Parameters:
value
- the new value of the 'Role' containment reference.- See Also:
-
getPresentationExpression
String getPresentationExpression()Returns the value of the 'Presentation Expression' attribute.- Returns:
- the value of the 'Presentation Expression' attribute.
- See Also:
-
setPresentationExpression
Sets the value of the 'Presentation Expression
' attribute.- Parameters:
value
- the new value of the 'Presentation Expression' attribute.- See Also:
-
getOrderExpressions
org.eclipse.emf.common.util.EList<DataCompositionOrderExpression> getOrderExpressions()Returns the value of the 'Order Expressions' containment reference list. The list contents are of typeDataCompositionOrderExpression
.- Returns:
- the value of the 'Order Expressions' containment reference list.
- See Also:
-
getInHierarchyDataSet
String getInHierarchyDataSet()Returns the value of the 'In Hierarchy Data Set' attribute.- Returns:
- the value of the 'In Hierarchy Data Set' attribute.
- See Also:
-
setInHierarchyDataSet
Sets the value of the 'In Hierarchy Data Set
' attribute.- Parameters:
value
- the new value of the 'In Hierarchy Data Set' attribute.- See Also:
-
getInHierarchyDataSetParameter
String getInHierarchyDataSetParameter()Returns the value of the 'In Hierarchy Data Set Parameter' attribute.- Returns:
- the value of the 'In Hierarchy Data Set Parameter' attribute.
- See Also:
-
setInHierarchyDataSetParameter
Sets the value of the 'In Hierarchy Data Set Parameter
' attribute.- Parameters:
value
- the new value of the 'In Hierarchy Data Set Parameter' attribute.- See Also:
-
getValueType
TypeDescription getValueType()Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
-
setValueType
Sets the value of the 'Value Type
' containment reference.- Parameters:
value
- the new value of the 'Value Type' containment reference.- See Also:
-
getAppearance
DataCompositionAppearance getAppearance()Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
-
setAppearance
Sets the value of the 'Appearance
' containment reference.- Parameters:
value
- the new value of the 'Appearance' containment reference.- See Also:
-
getAvailableValues
org.eclipse.emf.common.util.EList<AvailableValue> getAvailableValues()Returns the value of the 'Available Values' containment reference list. The list contents are of typeAvailableValue
.- Returns:
- the value of the 'Available Values' containment reference list.
- See Also:
-
getInputParameters
InputParameters getInputParameters()Returns the value of the 'Input Parameters' containment reference.- Returns:
- the value of the 'Input Parameters' containment reference.
- See Also:
-
setInputParameters
Sets the value of the 'Input Parameters
' containment reference.- Parameters:
value
- the new value of the 'Input Parameters' containment reference.- See Also:
-