public class ButtonComponentImpl extends GenericComponentImpl implements ButtonComponent
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected ValueSource |
active
The cached value of the '
Active' containment reference. |
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 |
format
The cached value of the '
Format' attribute. |
protected static java.lang.String |
FORMAT_EDEFAULT
The default value of the '
Format' attribute. |
protected static java.lang.String |
READ_DESCRIPTOR_EDEFAULT
The default value of the '
Read Descriptor' attribute. |
protected java.lang.String |
readDescriptor
The cached value of the '
Read Descriptor' attribute. |
protected static int |
TEXT_HEIGHT_EDEFAULT
The default value of the '
Text Height' attribute. |
protected int |
textHeight
The cached value of the '
Text Height' attribute. |
protected java.lang.String |
value
The cached value of the '
Value' attribute. |
protected static java.lang.String |
VALUE_EDEFAULT
The default value of the '
Value' attribute. |
protected static java.lang.String |
WRITE_DESCRIPTOR_EDEFAULT
The default value of the '
Write Descriptor' attribute. |
protected java.lang.String |
writeDescriptor
The cached value of the '
Write Descriptor' attribute. |
registrationsvisibility| Modifier | Constructor and Description |
|---|---|
protected |
ButtonComponentImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetActive(ValueSource newActive,
NotificationChain msgs) |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
ValueSource |
getActive() |
java.lang.String |
getAttribute() |
java.lang.String |
getFormat() |
java.lang.String |
getReadDescriptor() |
int |
getTextHeight() |
java.lang.String |
getValue() |
java.lang.String |
getWriteDescriptor() |
void |
setActive(ValueSource newActive) |
void |
setAttribute(java.lang.String newAttribute) |
void |
setFormat(java.lang.String newFormat) |
void |
setReadDescriptor(java.lang.String newReadDescriptor) |
void |
setTextHeight(int newTextHeight) |
void |
setValue(java.lang.String newValue) |
void |
setWriteDescriptor(java.lang.String newWriteDescriptor) |
java.lang.String |
toString() |
getRegistrationsbasicSetVisibility, getVisibility, setVisibilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRegistrationsgetVisibility, 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 VALUE_EDEFAULT
Value' attribute.
getValue()protected java.lang.String value
Value' attribute.
getValue()protected static final java.lang.String READ_DESCRIPTOR_EDEFAULT
Read Descriptor' attribute.
getReadDescriptor()protected java.lang.String readDescriptor
Read Descriptor' attribute.
getReadDescriptor()protected static final java.lang.String WRITE_DESCRIPTOR_EDEFAULT
Write Descriptor' attribute.
getWriteDescriptor()protected java.lang.String writeDescriptor
Write Descriptor' attribute.
getWriteDescriptor()protected ValueSource active
Active' containment reference.
getActive()protected static final java.lang.String ATTRIBUTE_EDEFAULT
Attribute' attribute.
getAttribute()protected java.lang.String attribute
Attribute' attribute.
getAttribute()protected static final int TEXT_HEIGHT_EDEFAULT
Text Height' attribute.
getTextHeight(),
Constant Field Valuesprotected int textHeight
Text Height' attribute.
getTextHeight()protected EClass eStaticClass()
eStaticClass in class GenericComponentImplpublic java.lang.String getFormat()
getFormat in interface ButtonComponentButtonComponent.setFormat(String),
DetailViewPackage.getButtonComponent_Format()public void setFormat(java.lang.String newFormat)
setFormat in interface ButtonComponentnewFormat - the new value of the 'Format' attribute.ButtonComponent.getFormat()public java.lang.String getValue()
getValue in interface ButtonComponentButtonComponent.setValue(String),
DetailViewPackage.getButtonComponent_Value()public void setValue(java.lang.String newValue)
setValue in interface ButtonComponentnewValue - the new value of the 'Value' attribute.ButtonComponent.getValue()public java.lang.String getReadDescriptor()
getReadDescriptor in interface ButtonComponentButtonComponent.setReadDescriptor(String),
DetailViewPackage.getButtonComponent_ReadDescriptor()public void setReadDescriptor(java.lang.String newReadDescriptor)
setReadDescriptor in interface ButtonComponentnewReadDescriptor - the new value of the 'Read Descriptor' attribute.ButtonComponent.getReadDescriptor()public java.lang.String getWriteDescriptor()
getWriteDescriptor in interface ButtonComponentButtonComponent.setWriteDescriptor(String),
DetailViewPackage.getButtonComponent_WriteDescriptor()public void setWriteDescriptor(java.lang.String newWriteDescriptor)
setWriteDescriptor in interface ButtonComponentnewWriteDescriptor - the new value of the 'Write Descriptor' attribute.ButtonComponent.getWriteDescriptor()public ValueSource getActive()
getActive in interface ButtonComponentButtonComponent.setActive(ValueSource),
DetailViewPackage.getButtonComponent_Active()public NotificationChain basicSetActive(ValueSource newActive, NotificationChain msgs)
public void setActive(ValueSource newActive)
setActive in interface ButtonComponentnewActive - the new value of the 'Active' containment reference.ButtonComponent.getActive()public java.lang.String getAttribute()
getAttribute in interface ButtonComponentButtonComponent.setAttribute(String),
DetailViewPackage.getButtonComponent_Attribute()public void setAttribute(java.lang.String newAttribute)
setAttribute in interface ButtonComponentnewAttribute - the new value of the 'Attribute' attribute.ButtonComponent.getAttribute()public int getTextHeight()
getTextHeight in interface ButtonComponentButtonComponent.setTextHeight(int),
DetailViewPackage.getButtonComponent_TextHeight()public void setTextHeight(int newTextHeight)
setTextHeight in interface ButtonComponentnewTextHeight - the new value of the 'Text Height' attribute.ButtonComponent.getTextHeight()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class GenericComponentImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class GenericComponentImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class GenericComponentImplpublic void eUnset(int featureID)
eUnset in class GenericComponentImplpublic boolean eIsSet(int featureID)
eIsSet in class GenericComponentImplpublic 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