public interface CheckComponent extends Component
The following features are supported:
DetailViewPackage.getCheckComponent()
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
Returns the value of the 'Attribute' attribute.
|
String |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
String |
getFormat()
Returns the value of the 'Format' attribute.
|
String |
getReadDescriptor()
Returns the value of the 'Read Descriptor' attribute.
|
void |
setAttribute(String value)
Sets the value of the '
Attribute ' attribute. |
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setFormat(String value)
Sets the value of the '
Format ' attribute. |
void |
setReadDescriptor(String value)
Sets the value of the '
Read Descriptor ' 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.getCheckComponent_Format()
void setFormat(String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
String getDescriptor()
If the meaning of the 'Descriptor' attribute isn't clear, there really should be more of a description here...
setDescriptor(String)
,
DetailViewPackage.getCheckComponent_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
String getAttribute()
If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...
setAttribute(String)
,
DetailViewPackage.getCheckComponent_Attribute()
void setAttribute(String value)
Attribute
' attribute.
value
- the new value of the 'Attribute' attribute.getAttribute()
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.getCheckComponent_ReadDescriptor()
void setReadDescriptor(String value)
Read Descriptor
' attribute.
value
- the new value of the 'Read Descriptor' attribute.getReadDescriptor()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.