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 SummaryAll 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- 
isUseboolean 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()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getFieldDataCompositionField getField() Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
- setField(DataCompositionField),- DcsPackage.getDataCompositionGroupField_Field()
 
 - 
setFieldvoid setField(DataCompositionField value) Sets the value of the 'Field' containment reference.- Parameters:
- value- the new value of the 'Field' containment reference.
- See Also:
- getField()
 
 - 
getGroupTypeDataCompositionGroupType 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()
 
 - 
setGroupTypevoid 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()
 
 - 
getPeriodAdditionTypeDataCompositionPeriodAdditionType 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()
 
 - 
setPeriodAdditionTypevoid 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()
 
 - 
getPeriodAdditionBeginValue 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()
 
 - 
setPeriodAdditionBeginvoid 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()
 
 - 
getPeriodAdditionEndValue 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()
 
 - 
setPeriodAdditionEndvoid 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()
 
 
- 
 
-