Interface DataCompositionGroupField
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,GroupItem
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionGroupFieldImpl
public interface DataCompositionGroupField extends GroupItem
A representation of the model object 'Data Composition Group Field'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionField
getField()
Returns the value of the 'Field' containment reference.DataCompositionGroupType
getGroupType()
Returns the value of the 'Group Type' attribute.Value
getPeriodAdditionBegin()
Returns the value of the 'Period Addition Begin' containment reference.Value
getPeriodAdditionEnd()
Returns the value of the 'Period Addition End' containment reference.DataCompositionPeriodAdditionType
getPeriodAdditionType()
Returns the value of the 'Period Addition Type' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.void
setGroupType(DataCompositionGroupType value)
Sets the value of the 'Group Type
' attribute.void
setPeriodAdditionBegin(Value value)
Sets the value of the 'Period Addition Begin
' containment reference.void
setPeriodAdditionEnd(Value value)
Sets the value of the 'Period Addition End
' containment reference.void
setPeriodAdditionType(DataCompositionPeriodAdditionType value)
Sets the value of the 'Period Addition Type
' attribute.void
setUse(boolean value)
Sets the value of the 'Use
' attribute.
-
-
-
Method Detail
-
isUse
boolean isUse()
Returns the value of the 'Use' attribute. The default value is"true"
.- Returns:
- the value of the 'Use' attribute.
- See Also:
setUse(boolean)
,DcsPackage.getDataCompositionGroupField_Use()
-
setUse
void setUse(boolean value)
Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
isUse()
-
getField
DataCompositionField getField()
Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
setField(DataCompositionField)
,DcsPackage.getDataCompositionGroupField_Field()
-
setField
void setField(DataCompositionField value)
Sets the value of the 'Field
' containment reference.- Parameters:
value
- the new value of the 'Field' containment reference.- See Also:
getField()
-
getGroupType
DataCompositionGroupType getGroupType()
Returns the value of the 'Group Type' attribute. The literals are from the enumerationDataCompositionGroupType
.- Returns:
- the value of the 'Group Type' attribute.
- See Also:
DataCompositionGroupType
,setGroupType(DataCompositionGroupType)
,DcsPackage.getDataCompositionGroupField_GroupType()
-
setGroupType
void setGroupType(DataCompositionGroupType value)
Sets the value of the 'Group Type
' attribute.- Parameters:
value
- the new value of the 'Group Type' attribute.- See Also:
DataCompositionGroupType
,getGroupType()
-
getPeriodAdditionType
DataCompositionPeriodAdditionType getPeriodAdditionType()
Returns the value of the 'Period Addition Type' attribute. The literals are from the enumerationDataCompositionPeriodAdditionType
.- Returns:
- the value of the 'Period Addition Type' attribute.
- See Also:
DataCompositionPeriodAdditionType
,setPeriodAdditionType(DataCompositionPeriodAdditionType)
,DcsPackage.getDataCompositionGroupField_PeriodAdditionType()
-
setPeriodAdditionType
void setPeriodAdditionType(DataCompositionPeriodAdditionType value)
Sets the value of the 'Period Addition Type
' attribute.- Parameters:
value
- the new value of the 'Period Addition Type' attribute.- See Also:
DataCompositionPeriodAdditionType
,getPeriodAdditionType()
-
getPeriodAdditionBegin
Value getPeriodAdditionBegin()
Returns the value of the 'Period Addition Begin' containment reference.- Returns:
- the value of the 'Period Addition Begin' containment reference.
- See Also:
setPeriodAdditionBegin(Value)
,DcsPackage.getDataCompositionGroupField_PeriodAdditionBegin()
-
setPeriodAdditionBegin
void setPeriodAdditionBegin(Value value)
Sets the value of the 'Period Addition Begin
' containment reference.- Parameters:
value
- the new value of the 'Period Addition Begin' containment reference.- See Also:
getPeriodAdditionBegin()
-
getPeriodAdditionEnd
Value getPeriodAdditionEnd()
Returns the value of the 'Period Addition End' containment reference.- Returns:
- the value of the 'Period Addition End' containment reference.
- See Also:
setPeriodAdditionEnd(Value)
,DcsPackage.getDataCompositionGroupField_PeriodAdditionEnd()
-
setPeriodAdditionEnd
void setPeriodAdditionEnd(Value value)
Sets the value of the 'Period Addition End
' containment reference.- Parameters:
value
- the new value of the 'Period Addition End' containment reference.- See Also:
getPeriodAdditionEnd()
-
-