public interface BoolLEDComponent extends Component
The following features are supported:
DetailViewPackage.getBoolLEDComponent()
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.
|
boolean |
isAlarm()
Returns the value of the 'Alarm' attribute.
|
boolean |
isExpectedValue()
Returns the value of the 'Expected Value' attribute.
|
boolean |
isOnOff()
Returns the value of the 'On Off' attribute.
|
void |
setAlarm(boolean value)
Sets the value of the '
Alarm ' attribute. |
void |
setAttribute(String value)
Sets the value of the '
Attribute ' attribute. |
void |
setDescriptor(String value)
Sets the value of the '
Descriptor ' attribute. |
void |
setExpectedValue(boolean value)
Sets the value of the '
Expected Value ' attribute. |
void |
setFormat(String value)
Sets the value of the '
Format ' attribute. |
void |
setOnOff(boolean value)
Sets the value of the '
On Off ' 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.getBoolLEDComponent_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.getBoolLEDComponent_Descriptor()
void setDescriptor(String value)
Descriptor
' attribute.
value
- the new value of the 'Descriptor' attribute.getDescriptor()
boolean isAlarm()
If the meaning of the 'Alarm' attribute isn't clear, there really should be more of a description here...
setAlarm(boolean)
,
DetailViewPackage.getBoolLEDComponent_Alarm()
void setAlarm(boolean value)
Alarm
' attribute.
value
- the new value of the 'Alarm' attribute.isAlarm()
String getAttribute()
If the meaning of the 'Attribute' attribute isn't clear, there really should be more of a description here...
setAttribute(String)
,
DetailViewPackage.getBoolLEDComponent_Attribute()
void setAttribute(String value)
Attribute
' attribute.
value
- the new value of the 'Attribute' attribute.getAttribute()
boolean isExpectedValue()
"false"
.
If the meaning of the 'Expected Value' attribute isn't clear, there really should be more of a description here...
setExpectedValue(boolean)
,
DetailViewPackage.getBoolLEDComponent_ExpectedValue()
void setExpectedValue(boolean value)
Expected Value
' attribute.
value
- the new value of the 'Expected Value' attribute.isExpectedValue()
boolean isOnOff()
"false"
.
If the meaning of the 'On Off' attribute isn't clear, there really should be more of a description here...
setOnOff(boolean)
,
DetailViewPackage.getBoolLEDComponent_OnOff()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.