public interface TextInputComponent extends WriteableComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
String |
getReadDescriptor()
Returns the value of the 'Read Descriptor' attribute.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setReadDescriptor(String value)
Sets the value of the '
Read Descriptor ' attribute. |
void |
setWidth(int value)
Sets the value of the '
Width ' attribute. |
getCeil, getFloor, setCeil, setFloor
getAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, getNullReplacementValue, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsText, setNullReplacementValue
getVisibility, setVisibility
String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String)
,
DetailViewPackage.getTextInputComponent_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
String getReadDescriptor()
If the meaning of the 'Read Descriptor' attribute isn't clear, there really should be more of a description here...
setReadDescriptor(String)
,
DetailViewPackage.getTextInputComponent_ReadDescriptor()
void setReadDescriptor(String value)
Read Descriptor
' attribute.
value
- the new value of the 'Read Descriptor' attribute.getReadDescriptor()
int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int)
,
DetailViewPackage.getTextInputComponent_Width()
void setWidth(int value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.