public interface BufferedValue extends MasterComponent
The following features are supported:
ComponentPackage.getBufferedValue()
Modifier and Type | Method and Description |
---|---|
Variant |
getInitialValue()
Returns the value of the 'Initial Value' attribute.
|
InputDefinition |
getInput()
Returns the value of the 'Input' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Persistence |
getPersistence()
Returns the value of the 'Persistence' attribute.
|
long |
getRange()
Returns the value of the 'Range' attribute.
|
long |
getTrigger()
Returns the value of the 'Trigger' attribute.
|
boolean |
isTriggerOnly()
Returns the value of the 'Trigger Only' attribute.
|
void |
setInitialValue(Variant value)
Sets the value of the '
Initial Value ' attribute. |
void |
setInput(InputDefinition value)
Sets the value of the '
Input ' containment reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setPersistence(Persistence value)
Sets the value of the '
Persistence ' attribute. |
void |
setRange(long value)
Sets the value of the '
Range ' attribute. |
void |
setTrigger(long value)
Sets the value of the '
Trigger ' attribute. |
void |
setTriggerOnly(boolean value)
Sets the value of the '
Trigger Only ' attribute. |
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ComponentPackage.getBufferedValue_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
InputDefinition getInput()
If the meaning of the 'Input' reference isn't clear, there really should be more of a description here...
setInput(InputDefinition)
,
ComponentPackage.getBufferedValue_Input()
void setInput(InputDefinition value)
Input
' containment reference.
value
- the new value of the 'Input' containment reference.getInput()
long getRange()
If the meaning of the 'Range' attribute isn't clear, there really should be more of a description here...
setRange(long)
,
ComponentPackage.getBufferedValue_Range()
void setRange(long value)
Range
' attribute.
value
- the new value of the 'Range' attribute.getRange()
Variant getInitialValue()
If the meaning of the 'Initial Value' attribute isn't clear, there really should be more of a description here...
setInitialValue(Variant)
,
ComponentPackage.getBufferedValue_InitialValue()
void setInitialValue(Variant value)
Initial Value
' attribute.
value
- the new value of the 'Initial Value' attribute.getInitialValue()
Persistence getPersistence()
"NONE"
.
The literals are from the enumeration Persistence
.
If the meaning of the 'Persistence' attribute isn't clear, there really should be more of a description here...
Persistence
,
setPersistence(Persistence)
,
ComponentPackage.getBufferedValue_Persistence()
void setPersistence(Persistence value)
Persistence
' attribute.
value
- the new value of the 'Persistence' attribute.Persistence
,
getPersistence()
long getTrigger()
If the meaning of the 'Trigger' attribute isn't clear, there really should be more of a description here...
setTrigger(long)
,
ComponentPackage.getBufferedValue_Trigger()
void setTrigger(long value)
Trigger
' attribute.
value
- the new value of the 'Trigger' attribute.getTrigger()
boolean isTriggerOnly()
"false"
.
If the meaning of the 'Trigger Only' attribute isn't clear, there really should be more of a description here...
setTriggerOnly(boolean)
,
ComponentPackage.getBufferedValue_TriggerOnly()
void setTriggerOnly(boolean value)
Trigger Only
' attribute.
value
- the new value of the 'Trigger Only' attribute.isTriggerOnly()