public interface ReadableComponent extends Component
The following features are supported:
DetailViewPackage.getReadableComponent()
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
Returns the value of the 'Attribute' attribute.
|
String |
getDecimal()
Returns the value of the 'Decimal' attribute.
|
String |
getFormat()
Returns the value of the 'Format' attribute.
|
String |
getHdConnectionId()
Returns the value of the 'Hd Connection Id' attribute.
|
String |
getHdItemId()
Returns the value of the 'Hd Item Id' attribute.
|
String |
getHdQueryString()
Returns the value of the 'Hd Query String' attribute.
|
String |
getNullReplacementValue()
Returns the value of the 'Null Replacement Value' attribute.
|
boolean |
isIsText()
Returns the value of the 'Is Text' attribute.
|
void |
setAttribute(String value)
Sets the value of the '
Attribute ' attribute. |
void |
setDecimal(String value)
Sets the value of the '
Decimal ' attribute. |
void |
setFormat(String value)
Sets the value of the '
Format ' attribute. |
void |
setHdConnectionId(String value)
Sets the value of the '
Hd Connection Id ' attribute. |
void |
setHdItemId(String value)
Sets the value of the '
Hd Item Id ' attribute. |
void |
setHdQueryString(String value)
Sets the value of the '
Hd Query String ' attribute. |
void |
setIsText(boolean value)
Sets the value of the '
Is Text ' attribute. |
void |
setNullReplacementValue(String value)
Sets the value of the '
Null Replacement Value ' attribute. |
getVisibility, setVisibility
String getFormat()
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String)
,
DetailViewPackage.getReadableComponent_Format()
void setFormat(String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
String getDecimal()
If the meaning of the 'Decimal' attribute isn't clear, there really should be more of a description here...
setDecimal(String)
,
DetailViewPackage.getReadableComponent_Decimal()
void setDecimal(String value)
Decimal
' attribute.
value
- the new value of the 'Decimal' attribute.getDecimal()
String getAttribute()
If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...
setAttribute(String)
,
DetailViewPackage.getReadableComponent_Attribute()
void setAttribute(String value)
Attribute
' attribute.
value
- the new value of the 'Attribute' attribute.getAttribute()
String getHdConnectionId()
If the meaning of the 'Hd Connection Id' attribute isn't clear, there really should be more of a description here...
setHdConnectionId(String)
,
DetailViewPackage.getReadableComponent_HdConnectionId()
void setHdConnectionId(String value)
Hd Connection Id
' attribute.
value
- the new value of the 'Hd Connection Id' attribute.getHdConnectionId()
String getHdItemId()
If the meaning of the 'Hd Item Id' attribute isn't clear, there really should be more of a description here...
setHdItemId(String)
,
DetailViewPackage.getReadableComponent_HdItemId()
void setHdItemId(String value)
Hd Item Id
' attribute.
value
- the new value of the 'Hd Item Id' attribute.getHdItemId()
String getHdQueryString()
If the meaning of the 'Hd Query String' attribute isn't clear, there really should be more of a description here...
The query string in the format: START:END[:MIN:MAX]. Where START, END is the relative start and end time in milliseconds based on now. And MIN, MAX is the range for the Y-axis.setHdQueryString(String)
,
DetailViewPackage.getReadableComponent_HdQueryString()
void setHdQueryString(String value)
Hd Query String
' attribute.
value
- the new value of the 'Hd Query String' attribute.getHdQueryString()
boolean isIsText()
If the meaning of the 'Is Text' attribute isn't clear, there really should be more of a description here...
setIsText(boolean)
,
DetailViewPackage.getReadableComponent_IsText()
void setIsText(boolean value)
Is Text
' attribute.
value
- the new value of the 'Is Text' attribute.isIsText()
String getNullReplacementValue()
If the meaning of the 'Null Replacement Value' attribute isn't clear, there really should be more of a description here...
setNullReplacementValue(String)
,
DetailViewPackage.getReadableComponent_NullReplacementValue()
void setNullReplacementValue(String value)
Null Replacement Value
' attribute.
value
- the new value of the 'Null Replacement Value' attribute.getNullReplacementValue()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.