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.EObjectA representation of the model object 'Data Composition Schema Calculated Field'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionAppearancegetAppearance()Returns the value of the 'Appearance' containment reference.org.eclipse.emf.common.util.EList<AvailableValue>getAvailableValues()Returns the value of the 'Available Values' containment reference list.StringgetDataPath()Returns the value of the 'Data Path' attribute.StringgetExpression()Returns the value of the 'Expression' attribute.InputParametersgetInputParameters()Returns the value of the 'Input Parameters' containment reference.org.eclipse.emf.common.util.EList<DataCompositionOrderExpression>getOrderExpression()Returns the value of the 'Order Expression' containment reference list.StringgetPresentationExpression()Returns the value of the 'Presentation Expression' attribute.PresentationgetTitle()Returns the value of the 'Title' containment reference.DataCompositionSchemaFieldUseRestrictiongetUseRestriction()Returns the value of the 'Use Restriction' containment reference.TypeDescriptiongetValueType()Returns the value of the 'Value Type' containment reference.voidsetAppearance(DataCompositionAppearance value)Sets 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.voidsetInputParameters(InputParameters value)Sets 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.voidsetUseRestriction(DataCompositionSchemaFieldUseRestriction value)Sets the value of the 'Use Restriction' containment reference.voidsetValueType(TypeDescription value)Sets the value of the 'Value Type' containment reference.
-
-
-
Method Detail
-
getDataPath
String getDataPath()
Returns the value of the 'Data Path' attribute.- Returns:
- the value of the 'Data Path' attribute.
- See Also:
setDataPath(String),DcsPackage.getDataCompositionSchemaCalculatedField_DataPath()
-
setDataPath
void setDataPath(String value)
Sets the value of the 'Data Path' attribute.- Parameters:
value- the new value of the 'Data Path' attribute.- See Also:
getDataPath()
-
getExpression
String getExpression()
Returns the value of the 'Expression' attribute.- Returns:
- the value of the 'Expression' attribute.
- See Also:
setExpression(String),DcsPackage.getDataCompositionSchemaCalculatedField_Expression()
-
setExpression
void setExpression(String value)
Sets the value of the 'Expression' attribute.- Parameters:
value- the new value of the 'Expression' attribute.- See Also:
getExpression()
-
getTitle
Presentation getTitle()
Returns the value of the 'Title' containment reference.- Returns:
- the value of the 'Title' containment reference.
- See Also:
setTitle(Presentation),DcsPackage.getDataCompositionSchemaCalculatedField_Title()
-
setTitle
void setTitle(Presentation value)
Sets the value of the 'Title' containment reference.- Parameters:
value- the new value of the 'Title' containment reference.- See Also:
getTitle()
-
getUseRestriction
DataCompositionSchemaFieldUseRestriction getUseRestriction()
Returns the value of the 'Use Restriction' containment reference.- Returns:
- the value of the 'Use Restriction' containment reference.
- See Also:
setUseRestriction(DataCompositionSchemaFieldUseRestriction),DcsPackage.getDataCompositionSchemaCalculatedField_UseRestriction()
-
setUseRestriction
void setUseRestriction(DataCompositionSchemaFieldUseRestriction value)
Sets the value of the 'Use Restriction' containment reference.- Parameters:
value- the new value of the 'Use Restriction' containment reference.- See Also:
getUseRestriction()
-
getPresentationExpression
String getPresentationExpression()
Returns the value of the 'Presentation Expression' attribute.- Returns:
- the value of the 'Presentation Expression' attribute.
- See Also:
setPresentationExpression(String),DcsPackage.getDataCompositionSchemaCalculatedField_PresentationExpression()
-
setPresentationExpression
void setPresentationExpression(String value)
Sets the value of the 'Presentation Expression' attribute.- Parameters:
value- the new value of the 'Presentation Expression' attribute.- See Also:
getPresentationExpression()
-
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:
DcsPackage.getDataCompositionSchemaCalculatedField_OrderExpression()
-
getAppearance
DataCompositionAppearance getAppearance()
Returns the value of the 'Appearance' containment reference.- Returns:
- the value of the 'Appearance' containment reference.
- See Also:
setAppearance(DataCompositionAppearance),DcsPackage.getDataCompositionSchemaCalculatedField_Appearance()
-
setAppearance
void setAppearance(DataCompositionAppearance value)
Sets the value of the 'Appearance' containment reference.- Parameters:
value- the new value of the 'Appearance' containment reference.- See Also:
getAppearance()
-
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:
DcsPackage.getDataCompositionSchemaCalculatedField_AvailableValues()
-
getValueType
TypeDescription getValueType()
Returns the value of the 'Value Type' containment reference.- Returns:
- the value of the 'Value Type' containment reference.
- See Also:
setValueType(TypeDescription),DcsPackage.getDataCompositionSchemaCalculatedField_ValueType()
-
setValueType
void setValueType(TypeDescription value)
Sets the value of the 'Value Type' containment reference.- Parameters:
value- the new value of the 'Value Type' containment reference.- See Also:
getValueType()
-
getInputParameters
InputParameters getInputParameters()
Returns the value of the 'Input Parameters' containment reference.- Returns:
- the value of the 'Input Parameters' containment reference.
- See Also:
setInputParameters(InputParameters),DcsPackage.getDataCompositionSchemaCalculatedField_InputParameters()
-
setInputParameters
void setInputParameters(InputParameters value)
Sets the value of the 'Input Parameters' containment reference.- Parameters:
value- the new value of the 'Input Parameters' containment reference.- See Also:
getInputParameters()
-
-