public class ButtonComponentImpl extends GenericComponentImpl implements ButtonComponent
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected ValueSource |
active
The cached value of the '
Active ' containment reference. |
protected String |
attribute
The cached value of the '
Attribute ' attribute. |
protected static String |
ATTRIBUTE_EDEFAULT
The default value of the '
Attribute ' attribute. |
protected String |
format
The cached value of the '
Format ' attribute. |
protected static String |
FORMAT_EDEFAULT
The default value of the '
Format ' attribute. |
protected static String |
READ_DESCRIPTOR_EDEFAULT
The default value of the '
Read Descriptor ' attribute. |
protected 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 String |
value
The cached value of the '
Value ' attribute. |
protected static String |
VALUE_EDEFAULT
The default value of the '
Value ' attribute. |
protected static String |
WRITE_DESCRIPTOR_EDEFAULT
The default value of the '
Write Descriptor ' attribute. |
protected String |
writeDescriptor
The cached value of the '
Write Descriptor ' attribute. |
registrations
visibility
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
ButtonComponentImpl() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetActive(ValueSource newActive,
org.eclipse.emf.common.notify.NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
ValueSource |
getActive() |
String |
getAttribute() |
String |
getFormat() |
String |
getReadDescriptor() |
int |
getTextHeight() |
String |
getValue() |
String |
getWriteDescriptor() |
void |
setActive(ValueSource newActive) |
void |
setAttribute(String newAttribute) |
void |
setFormat(String newFormat) |
void |
setReadDescriptor(String newReadDescriptor) |
void |
setTextHeight(int newTextHeight) |
void |
setValue(String newValue) |
void |
setWriteDescriptor(String newWriteDescriptor) |
String |
toString() |
getRegistrations
basicSetVisibility, getVisibility, setVisibility
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getRegistrations
getVisibility, setVisibility
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final String FORMAT_EDEFAULT
Format
' attribute.
getFormat()
protected String format
Format
' attribute.
getFormat()
protected static final String VALUE_EDEFAULT
Value
' attribute.
getValue()
protected String value
Value
' attribute.
getValue()
protected static final String READ_DESCRIPTOR_EDEFAULT
Read Descriptor
' attribute.
getReadDescriptor()
protected String readDescriptor
Read Descriptor
' attribute.
getReadDescriptor()
protected static final String WRITE_DESCRIPTOR_EDEFAULT
Write Descriptor
' attribute.
getWriteDescriptor()
protected String writeDescriptor
Write Descriptor
' attribute.
getWriteDescriptor()
protected ValueSource active
Active
' containment reference.
getActive()
protected static final String ATTRIBUTE_EDEFAULT
Attribute
' attribute.
getAttribute()
protected 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 org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class GenericComponentImpl
public String getFormat()
getFormat
in interface ButtonComponent
ButtonComponent.setFormat(String)
,
DetailViewPackage.getButtonComponent_Format()
public void setFormat(String newFormat)
setFormat
in interface ButtonComponent
newFormat
- the new value of the 'Format' attribute.ButtonComponent.getFormat()
public String getValue()
getValue
in interface ButtonComponent
ButtonComponent.setValue(String)
,
DetailViewPackage.getButtonComponent_Value()
public void setValue(String newValue)
setValue
in interface ButtonComponent
newValue
- the new value of the 'Value' attribute.ButtonComponent.getValue()
public String getReadDescriptor()
getReadDescriptor
in interface ButtonComponent
ButtonComponent.setReadDescriptor(String)
,
DetailViewPackage.getButtonComponent_ReadDescriptor()
public void setReadDescriptor(String newReadDescriptor)
setReadDescriptor
in interface ButtonComponent
newReadDescriptor
- the new value of the 'Read Descriptor' attribute.ButtonComponent.getReadDescriptor()
public String getWriteDescriptor()
getWriteDescriptor
in interface ButtonComponent
ButtonComponent.setWriteDescriptor(String)
,
DetailViewPackage.getButtonComponent_WriteDescriptor()
public void setWriteDescriptor(String newWriteDescriptor)
setWriteDescriptor
in interface ButtonComponent
newWriteDescriptor
- the new value of the 'Write Descriptor' attribute.ButtonComponent.getWriteDescriptor()
public ValueSource getActive()
getActive
in interface ButtonComponent
ButtonComponent.setActive(ValueSource)
,
DetailViewPackage.getButtonComponent_Active()
public org.eclipse.emf.common.notify.NotificationChain basicSetActive(ValueSource newActive, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setActive(ValueSource newActive)
setActive
in interface ButtonComponent
newActive
- the new value of the 'Active' containment reference.ButtonComponent.getActive()
public String getAttribute()
getAttribute
in interface ButtonComponent
ButtonComponent.setAttribute(String)
,
DetailViewPackage.getButtonComponent_Attribute()
public void setAttribute(String newAttribute)
setAttribute
in interface ButtonComponent
newAttribute
- the new value of the 'Attribute' attribute.ButtonComponent.getAttribute()
public int getTextHeight()
getTextHeight
in interface ButtonComponent
ButtonComponent.setTextHeight(int)
,
DetailViewPackage.getButtonComponent_TextHeight()
public void setTextHeight(int newTextHeight)
setTextHeight
in interface ButtonComponent
newTextHeight
- the new value of the 'Text Height' attribute.ButtonComponent.getTextHeight()
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class GenericComponentImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class GenericComponentImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class GenericComponentImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class GenericComponentImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class GenericComponentImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.