public interface ValueSetComponent extends WriteableComponent
The following features are supported:
DetailViewPackage.getValueSetComponent()
Modifier and Type | Method and Description |
---|---|
String |
getResetDescriptor()
Returns the value of the 'Reset Descriptor' attribute.
|
String |
getSetDescriptor()
Returns the value of the 'Set Descriptor' attribute.
|
String |
getValueDescriptor()
Returns the value of the 'Value Descriptor' attribute.
|
void |
setResetDescriptor(String value)
Sets the value of the '
Reset Descriptor ' attribute. |
void |
setSetDescriptor(String value)
Sets the value of the '
Set Descriptor ' attribute. |
void |
setValueDescriptor(String value)
Sets the value of the '
Value Descriptor ' attribute. |
getCeil, getFloor, setCeil, setFloor
getAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, getNullReplacementValue, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsText, setNullReplacementValue
getVisibility, setVisibility
String getValueDescriptor()
If the meaning of the 'Value Descriptor' attribute isn't clear, there really should be more of a description here...
setValueDescriptor(String)
,
DetailViewPackage.getValueSetComponent_ValueDescriptor()
void setValueDescriptor(String value)
Value Descriptor
' attribute.
value
- the new value of the 'Value Descriptor' attribute.getValueDescriptor()
String getSetDescriptor()
If the meaning of the 'Set Descriptor' attribute isn't clear, there really should be more of a description here...
setSetDescriptor(String)
,
DetailViewPackage.getValueSetComponent_SetDescriptor()
void setSetDescriptor(String value)
Set Descriptor
' attribute.
value
- the new value of the 'Set Descriptor' attribute.getSetDescriptor()
String getResetDescriptor()
If the meaning of the 'Reset Descriptor' attribute isn't clear, there really should be more of a description here...
setResetDescriptor(String)
,
DetailViewPackage.getValueSetComponent_ResetDescriptor()
void setResetDescriptor(String value)
Reset Descriptor
' attribute.
value
- the new value of the 'Reset Descriptor' attribute.getResetDescriptor()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.