public interface ChangeCounterItem extends Item
The following features are supported:
OsgiPackage.getChangeCounterItem()| 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. |
getInformation, getItemFeatures, getName, setInformation, setNameBufferedValue getBuffer()
If the meaning of the 'Buffer' reference isn't clear, there really should be more of a description here...
setBuffer(BufferedValue),
OsgiPackage.getChangeCounterItem_Buffer()void setBuffer(BufferedValue value)
Buffer' reference.
value - the new value of the 'Buffer' reference.getBuffer()ChangeType getType()
"DELTA".
The literals are from the enumeration ChangeType.
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
ChangeType,
setType(ChangeType),
OsgiPackage.getChangeCounterItem_Type()void setType(ChangeType value)
Type' attribute.
value - the new value of the 'Type' attribute.ChangeType,
getType()ErrorHandling getOnError()
"ERROR".
The literals are from the enumeration ErrorHandling.
If the meaning of the 'On Error' attribute isn't clear, there really should be more of a description here...
ErrorHandling,
setOnError(ErrorHandling),
OsgiPackage.getChangeCounterItem_OnError()void setOnError(ErrorHandling value)
On Error' attribute.
value - the new value of the 'On Error' attribute.ErrorHandling,
getOnError()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...
OsgiPackage.getChangeCounterItem_Values()