public abstract class EEFWidgetDescriptionImpl extends EEFControlDescriptionImpl implements EEFWidgetDescription
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
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 java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
HELP_EXPRESSION_EDEFAULT
The default value of the ' Help Expression ' attribute.
|
protected java.lang.String |
helpExpression
The cached value of the ' Help Expression ' attribute.
|
protected static java.lang.String |
IS_ENABLED_EXPRESSION_EDEFAULT
The default value of the ' Is Enabled Expression ' attribute.
|
protected java.lang.String |
isEnabledExpression
The cached value of the ' Is Enabled Expression ' attribute.
|
protected static java.lang.String |
LABEL_EXPRESSION_EDEFAULT
The default value of the ' Label Expression ' attribute.
|
protected java.lang.String |
labelExpression
The cached value of the ' Label Expression ' attribute.
|
protected org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> |
propertyValidationRules
The cached value of the ' Property Validation Rules ' reference
list.
|
identifier, IDENTIFIER_EDEFAULT
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
Modifier | Constructor and Description |
---|---|
protected |
EEFWidgetDescriptionImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
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,
java.lang.Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getHelpExpression() |
java.lang.String |
getIsEnabledExpression() |
java.lang.String |
getLabelExpression() |
org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> |
getPropertyValidationRules() |
void |
setHelpExpression(java.lang.String newHelpExpression) |
void |
setIsEnabledExpression(java.lang.String newIsEnabledExpression) |
void |
setLabelExpression(java.lang.String newLabelExpression) |
java.lang.String |
toString() |
getIdentifier, setIdentifier
eBasicSetContainer, eInternalContainer
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, setIdentifier
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final java.lang.String LABEL_EXPRESSION_EDEFAULT
Label Expression
' attribute. getLabelExpression()
protected java.lang.String labelExpression
Label Expression
' attribute. getLabelExpression()
protected static final java.lang.String HELP_EXPRESSION_EDEFAULT
Help Expression
' attribute. getHelpExpression()
protected java.lang.String helpExpression
Help Expression
' attribute. getHelpExpression()
protected static final java.lang.String IS_ENABLED_EXPRESSION_EDEFAULT
Is Enabled Expression
' attribute. getIsEnabledExpression()
protected java.lang.String isEnabledExpression
Is Enabled Expression
' attribute. getIsEnabledExpression()
protected org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> propertyValidationRules
Property Validation Rules
' reference
list. getPropertyValidationRules()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class EEFControlDescriptionImpl
public java.lang.String getLabelExpression()
getLabelExpression
in interface EEFWidgetDescription
EEFWidgetDescription.setLabelExpression(String)
,
EefPackage.getEEFWidgetDescription_LabelExpression()
public void setLabelExpression(java.lang.String newLabelExpression)
setLabelExpression
in interface EEFWidgetDescription
newLabelExpression
- the new value of the 'Label Expression' attribute.EEFWidgetDescription.getLabelExpression()
public java.lang.String getHelpExpression()
getHelpExpression
in interface EEFWidgetDescription
EEFWidgetDescription.setHelpExpression(String)
,
EefPackage.getEEFWidgetDescription_HelpExpression()
public void setHelpExpression(java.lang.String newHelpExpression)
setHelpExpression
in interface EEFWidgetDescription
newHelpExpression
- the new value of the 'Help Expression' attribute.EEFWidgetDescription.getHelpExpression()
public java.lang.String getIsEnabledExpression()
getIsEnabledExpression
in interface EEFWidgetDescription
EEFWidgetDescription.setIsEnabledExpression(String)
,
EefPackage.getEEFWidgetDescription_IsEnabledExpression()
public void setIsEnabledExpression(java.lang.String newIsEnabledExpression)
setIsEnabledExpression
in interface EEFWidgetDescription
newIsEnabledExpression
- the new value of the 'Is Enabled Expression' attribute.EEFWidgetDescription.getIsEnabledExpression()
public org.eclipse.emf.common.util.EList<EEFPropertyValidationRuleDescription> getPropertyValidationRules()
getPropertyValidationRules
in interface EEFWidgetDescription
EefPackage.getEEFWidgetDescription_PropertyValidationRules()
,
EEFPropertyValidationRuleDescription.getTargets()
public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class EEFControlDescriptionImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class EEFControlDescriptionImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class EEFControlDescriptionImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class EEFControlDescriptionImpl
public java.lang.String toString()
toString
in class EEFControlDescriptionImpl