public interface WriteableComponent extends ReadableComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Double |
getCeil()
Returns the value of the 'Ceil' attribute.
|
double |
getFloor()
Returns the value of the 'Floor' attribute.
|
void |
setCeil(Double value)
Sets the value of the '
Ceil ' attribute. |
void |
setFloor(double value)
Sets the value of the '
Floor ' attribute. |
getAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, getNullReplacementValue, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsText, setNullReplacementValue
getVisibility, setVisibility
Double getCeil()
If the meaning of the 'Ceil' attribute isn't clear, there really should be more of a description here...
setCeil(Double)
,
DetailViewPackage.getWriteableComponent_Ceil()
void setCeil(Double value)
Ceil
' attribute.
value
- the new value of the 'Ceil' attribute.getCeil()
double getFloor()
If the meaning of the 'Floor' attribute isn't clear, there really should be more of a description here...
setFloor(double)
,
DetailViewPackage.getWriteableComponent_Floor()
void setFloor(double value)
Floor
' attribute.
value
- the new value of the 'Floor' attribute.getFloor()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.