public interface ReadableComponent extends Component
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttribute()
Returns the value of the 'Attribute' attribute.
|
java.lang.String |
getDecimal()
Returns the value of the 'Decimal' attribute.
|
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute.
|
java.lang.String |
getHdConnectionId()
Returns the value of the 'Hd Connection Id' attribute.
|
java.lang.String |
getHdItemId()
Returns the value of the 'Hd Item Id' attribute.
|
java.lang.String |
getHdQueryString()
Returns the value of the 'Hd Query String' attribute.
|
boolean |
isIsText()
Returns the value of the 'Is Text' attribute.
|
void |
setAttribute(java.lang.String value)
Sets the value of the '
Attribute' attribute. |
void |
setDecimal(java.lang.String value)
Sets the value of the '
Decimal' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the '
Format' attribute. |
void |
setHdConnectionId(java.lang.String value)
Sets the value of the '
Hd Connection Id' attribute. |
void |
setHdItemId(java.lang.String value)
Sets the value of the '
Hd Item Id' attribute. |
void |
setHdQueryString(java.lang.String value)
Sets the value of the '
Hd Query String' attribute. |
void |
setIsText(boolean value)
Sets the value of the '
Is Text' attribute. |
getVisibility, setVisibilityjava.lang.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(java.lang.String value)
Format' attribute.
value - the new value of the 'Format' attribute.getFormat()java.lang.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(java.lang.String value)
Decimal' attribute.
value - the new value of the 'Decimal' attribute.getDecimal()java.lang.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(java.lang.String value)
Attribute' attribute.
value - the new value of the 'Attribute' attribute.getAttribute()java.lang.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(java.lang.String value)
Hd Connection Id' attribute.
value - the new value of the 'Hd Connection Id' attribute.getHdConnectionId()java.lang.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(java.lang.String value)
Hd Item Id' attribute.
value - the new value of the 'Hd Item Id' attribute.getHdItemId()java.lang.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(java.lang.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()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0