public class EObjectRequestParameterImpl extends RequestParameterImpl implements EObjectRequestParameter
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected EObject |
eObject
The cached value of the '
EObject' containment reference. |
number, NUMBER_EDEFAULT, object, OBJECT_EDEFAULT| Modifier | Constructor and Description |
|---|---|
protected |
EObjectRequestParameterImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetEObject(EObject newEObject,
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) |
EObject |
getEObject() |
void |
setEObject(EObject newEObject) |
getNumber, getObject, setNumber, setObject, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNumber, getObject, setNumber, setObjectprotected EObject eObject
EObject' containment reference.
getEObject()protected EClass eStaticClass()
eStaticClass in class RequestParameterImplpublic EObject getEObject()
getEObject in interface EObjectRequestParameterEObjectRequestParameter.setEObject(EObject),
RSAProviderPackage.getEObjectRequestParameter_EObject()public NotificationChain basicSetEObject(EObject newEObject,
NotificationChain msgs)
public void setEObject(EObject newEObject)
setEObject in interface EObjectRequestParameternewEObject - the new value of the 'EObject' containment reference.EObjectRequestParameter.getEObject()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class RequestParameterImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class RequestParameterImplpublic void eUnset(int featureID)
eUnset in class RequestParameterImplpublic boolean eIsSet(int featureID)
eIsSet in class RequestParameterImpl