public class BoolLEDComponentImpl extends ComponentImpl implements BoolLEDComponent
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
alarm
The cached value of the '
Alarm' attribute. |
protected static boolean |
ALARM_EDEFAULT
The default value of the '
Alarm' attribute. |
protected java.lang.String |
attribute
The cached value of the '
Attribute' attribute. |
protected static java.lang.String |
ATTRIBUTE_EDEFAULT
The default value of the '
Attribute' attribute. |
protected java.lang.String |
descriptor
The cached value of the '
Descriptor' attribute. |
protected static java.lang.String |
DESCRIPTOR_EDEFAULT
The default value of the '
Descriptor' attribute. |
protected static boolean |
EXPECTED_VALUE_EDEFAULT
The default value of the '
Expected Value' attribute. |
protected boolean |
expectedValue
The cached value of the '
Expected Value' attribute. |
protected java.lang.String |
format
The cached value of the '
Format' attribute. |
protected static java.lang.String |
FORMAT_EDEFAULT
The default value of the '
Format' attribute. |
protected static boolean |
ON_OFF_EDEFAULT
The default value of the '
On Off' attribute. |
protected boolean |
onOff
The cached value of the '
On Off' attribute. |
visibility| Modifier | Constructor and Description |
|---|---|
protected |
BoolLEDComponentImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getAttribute() |
java.lang.String |
getDescriptor() |
java.lang.String |
getFormat() |
boolean |
isAlarm() |
boolean |
isExpectedValue() |
boolean |
isOnOff() |
void |
setAlarm(boolean newAlarm) |
void |
setAttribute(java.lang.String newAttribute) |
void |
setDescriptor(java.lang.String newDescriptor) |
void |
setExpectedValue(boolean newExpectedValue) |
void |
setFormat(java.lang.String newFormat) |
void |
setOnOff(boolean newOnOff) |
java.lang.String |
toString() |
basicSetVisibility, eInverseRemove, getVisibility, setVisibilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVisibility, setVisibilityprotected static final java.lang.String FORMAT_EDEFAULT
Format' attribute.
getFormat()protected java.lang.String format
Format' attribute.
getFormat()protected static final java.lang.String DESCRIPTOR_EDEFAULT
Descriptor' attribute.
getDescriptor()protected java.lang.String descriptor
Descriptor' attribute.
getDescriptor()protected static final boolean ALARM_EDEFAULT
Alarm' attribute.
isAlarm(),
Constant Field Valuesprotected static final java.lang.String ATTRIBUTE_EDEFAULT
Attribute' attribute.
getAttribute()protected java.lang.String attribute
Attribute' attribute.
getAttribute()protected static final boolean EXPECTED_VALUE_EDEFAULT
Expected Value' attribute.
isExpectedValue(),
Constant Field Valuesprotected boolean expectedValue
Expected Value' attribute.
isExpectedValue()protected static final boolean ON_OFF_EDEFAULT
On Off' attribute.
isOnOff(),
Constant Field Valuesprotected EClass eStaticClass()
eStaticClass in class ComponentImplpublic java.lang.String getFormat()
getFormat in interface BoolLEDComponentBoolLEDComponent.setFormat(String),
DetailViewPackage.getBoolLEDComponent_Format()public void setFormat(java.lang.String newFormat)
setFormat in interface BoolLEDComponentnewFormat - the new value of the 'Format' attribute.BoolLEDComponent.getFormat()public java.lang.String getDescriptor()
getDescriptor in interface BoolLEDComponentBoolLEDComponent.setDescriptor(String),
DetailViewPackage.getBoolLEDComponent_Descriptor()public void setDescriptor(java.lang.String newDescriptor)
setDescriptor in interface BoolLEDComponentnewDescriptor - the new value of the 'Descriptor' attribute.BoolLEDComponent.getDescriptor()public boolean isAlarm()
isAlarm in interface BoolLEDComponentBoolLEDComponent.setAlarm(boolean),
DetailViewPackage.getBoolLEDComponent_Alarm()public void setAlarm(boolean newAlarm)
setAlarm in interface BoolLEDComponentnewAlarm - the new value of the 'Alarm' attribute.BoolLEDComponent.isAlarm()public java.lang.String getAttribute()
getAttribute in interface BoolLEDComponentBoolLEDComponent.setAttribute(String),
DetailViewPackage.getBoolLEDComponent_Attribute()public void setAttribute(java.lang.String newAttribute)
setAttribute in interface BoolLEDComponentnewAttribute - the new value of the 'Attribute' attribute.BoolLEDComponent.getAttribute()public boolean isExpectedValue()
isExpectedValue in interface BoolLEDComponentBoolLEDComponent.setExpectedValue(boolean),
DetailViewPackage.getBoolLEDComponent_ExpectedValue()public void setExpectedValue(boolean newExpectedValue)
setExpectedValue in interface BoolLEDComponentnewExpectedValue - the new value of the 'Expected Value' attribute.BoolLEDComponent.isExpectedValue()public boolean isOnOff()
isOnOff in interface BoolLEDComponentBoolLEDComponent.setOnOff(boolean),
DetailViewPackage.getBoolLEDComponent_OnOff()public void setOnOff(boolean newOnOff)
setOnOff in interface BoolLEDComponentnewOnOff - the new value of the 'On Off' attribute.BoolLEDComponent.isOnOff()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ComponentImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ComponentImplpublic void eUnset(int featureID)
eUnset in class ComponentImplpublic boolean eIsSet(int featureID)
eIsSet in class ComponentImplpublic java.lang.String toString()
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