Interface DataCompositionSchemaCalculatedField
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaCalculatedFieldImpl
public interface DataCompositionSchemaCalculatedField
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Schema Calculated Field'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Appearance' 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.Returns the value of the 'Expression' attribute.Returns the value of the 'Input Parameters' containment reference.org.eclipse.emf.common.util.EList<DataCompositionOrderExpression>Returns the value of the 'Order Expression' containment reference list.Returns the value of the 'Presentation Expression' attribute.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.voidSets the value of the 'Appearance' containment reference.voidsetDataPath(String value) Sets the value of the 'Data Path' attribute.voidsetExpression(String value) Sets the value of the 'Expression' attribute.voidSets the value of the 'Input Parameters' containment reference.voidsetPresentationExpression(String value) Sets the value of the 'Presentation Expression' attribute.voidsetTitle(Presentation value) Sets the value of the 'Title' containment reference.voidSets the value of the 'Use Restriction' containment reference.voidsetValueType(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, eUnsetMethods 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:
-
getExpression
String getExpression()Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
-
setExpression
Sets the value of the 'Expression' attribute.- Parameters:
value- the new value of the 'Expression' 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:
-
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:
-
getOrderExpression
org.eclipse.emf.common.util.EList<DataCompositionOrderExpression> getOrderExpression()Returns the value of the 'Order Expression' containment reference list. The list contents are of typeDataCompositionOrderExpression.- Returns:
- the value of the 'Order Expression' containment reference list.
- 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:
-
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:
-
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:
-