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 DataCompositionFieldgetField()Returns the value of the 'Field' containment reference.DataCompositionGroupTypegetGroupType()Returns the value of the 'Group Type' attribute.ValuegetPeriodAdditionBegin()Returns the value of the 'Period Addition Begin' containment reference.ValuegetPeriodAdditionEnd()Returns the value of the 'Period Addition End' containment reference.DataCompositionPeriodAdditionTypegetPeriodAdditionType()Returns the value of the 'Period Addition Type' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetField(DataCompositionField value)Sets the value of the 'Field' containment reference.voidsetGroupType(DataCompositionGroupType value)Sets the value of the 'Group Type' attribute.voidsetPeriodAdditionBegin(Value value)Sets the value of the 'Period Addition Begin' containment reference.voidsetPeriodAdditionEnd(Value value)Sets the value of the 'Period Addition End' containment reference.voidsetPeriodAdditionType(DataCompositionPeriodAdditionType value)Sets the value of the 'Period Addition Type' attribute.voidsetUse(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()
-
-