public interface BoolLEDComponent 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 |
getDescriptor()
Returns the value of the 'Descriptor' attribute.
|
java.lang.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(java.lang.String value)
Sets the value of the '
Attribute' attribute. |
void |
setDescriptor(java.lang.String value)
Sets the value of the '
Descriptor' attribute. |
void |
setExpectedValue(boolean value)
Sets the value of the '
Expected Value' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the '
Format' attribute. |
void |
setOnOff(boolean value)
Sets the value of the '
On Off' 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.getBoolLEDComponent_Format()void setFormat(java.lang.String value)
Format' attribute.
value - the new value of the 'Format' attribute.getFormat()java.lang.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(java.lang.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()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.getBoolLEDComponent_Attribute()void setAttribute(java.lang.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 (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