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