public interface ChangeCounter extends SingleValue
The following features are supported:
ComponentPackage.getChangeCounter()| Modifier and Type | Method and Description |
|---|---|
BufferedValue |
getBuffer()
Returns the value of the 'Buffer' reference.
|
ErrorHandling |
getOnError()
Returns the value of the 'On Error' attribute.
|
ChangeType |
getType()
Returns the value of the 'Type' attribute.
|
org.eclipse.emf.common.util.EList<Variant> |
getValues()
Returns the value of the 'Values' attribute list.
|
void |
setBuffer(BufferedValue value)
Sets the value of the '
Buffer' reference. |
void |
setOnError(ErrorHandling value)
Sets the value of the '
On Error' attribute. |
void |
setType(ChangeType value)
Sets the value of the '
Type' attribute. |
getCustomizationTags, getDataType, getName, setDataType, setNamegetMasterOngetArchiveSelector, getCustomizationPipeline, getLevel, getProperties, setArchiveSelector, setCustomizationPipeline, setLevelgetShortDescription, setShortDescriptionBufferedValue getBuffer()
If the meaning of the 'Buffer' reference isn't clear, there really should be more of a description here...
setBuffer(BufferedValue),
ComponentPackage.getChangeCounter_Buffer()void setBuffer(BufferedValue value)
Buffer' reference.
value - the new value of the 'Buffer' reference.getBuffer()ChangeType getType()
ChangeType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ChangeType,
setType(ChangeType),
ComponentPackage.getChangeCounter_Type()void setType(ChangeType value)
Type' attribute.
value - the new value of the 'Type' attribute.ChangeType,
getType()org.eclipse.emf.common.util.EList<Variant> getValues()
Variant.
If the meaning of the 'Values' attribute list isn't clear, there really should be more of a description here...
ComponentPackage.getChangeCounter_Values()ErrorHandling getOnError()
ErrorHandling.
If the meaning of the 'On Error' attribute isn't clear, there really should be more of a description here...
ErrorHandling,
setOnError(ErrorHandling),
ComponentPackage.getChangeCounter_OnError()void setOnError(ErrorHandling value)
On Error' attribute.
value - the new value of the 'On Error' attribute.ErrorHandling,
getOnError()