|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
com.ibm.websphere.models.extensions.pushdownejbext.impl.PushDownMethodElementImpl
public class PushDownMethodElementImpl
An implementation of the model object 'Push Down Method Element'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
PushDownMethodElementImpl()
|
Method Summary | |
---|---|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
protected int |
eStaticFeatureCount()
|
java.lang.String |
getBackEndMethodName()
|
org.eclipse.jst.j2ee.ejb.MethodElement |
getMethodElement()
|
boolean |
isCustomExtractor()
|
boolean |
isPreflush()
|
boolean |
isReadOnly()
|
boolean |
isSetCustomExtractor()
|
boolean |
isSetPreflush()
|
boolean |
isSetReadOnly()
|
boolean |
isSetUserDefined()
|
boolean |
isUserDefined()
|
void |
setBackEndMethodName(java.lang.String newBackEndMethodName)
|
void |
setCustomExtractor(boolean newCustomExtractor)
|
void |
setMethodElement(org.eclipse.jst.j2ee.ejb.MethodElement newMethodElement)
|
void |
setPreflush(boolean newPreflush)
|
void |
setReadOnly(boolean newReadOnly)
|
void |
setUserDefined(boolean newUserDefined)
|
void |
unsetCustomExtractor()
|
void |
unsetPreflush()
|
void |
unsetReadOnly()
|
void |
unsetUserDefined()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStore, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Constructor Detail |
---|
protected PushDownMethodElementImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
protected int eStaticFeatureCount()
eStaticFeatureCount
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public boolean isUserDefined()
isUserDefined
in interface PushDownMethodElement
PushDownMethodElement.isSetUserDefined()
,
PushDownMethodElement.unsetUserDefined()
,
PushDownMethodElement.setUserDefined(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_UserDefined()
public void setUserDefined(boolean newUserDefined)
setUserDefined
in interface PushDownMethodElement
newUserDefined
- the new value of the 'User Defined' attribute.PushDownMethodElement.isSetUserDefined()
,
PushDownMethodElement.unsetUserDefined()
,
PushDownMethodElement.isUserDefined()
public void unsetUserDefined()
unsetUserDefined
in interface PushDownMethodElement
PushDownMethodElement.isSetUserDefined()
,
PushDownMethodElement.isUserDefined()
,
PushDownMethodElement.setUserDefined(boolean)
public boolean isSetUserDefined()
isSetUserDefined
in interface PushDownMethodElement
PushDownMethodElement.unsetUserDefined()
,
PushDownMethodElement.isUserDefined()
,
PushDownMethodElement.setUserDefined(boolean)
public java.lang.String getBackEndMethodName()
getBackEndMethodName
in interface PushDownMethodElement
PushDownMethodElement.setBackEndMethodName(String)
,
PushdownejbextPackage.getPushDownMethodElement_BackEndMethodName()
public void setBackEndMethodName(java.lang.String newBackEndMethodName)
setBackEndMethodName
in interface PushDownMethodElement
newBackEndMethodName
- the new value of the 'Back End Method Name' attribute.PushDownMethodElement.getBackEndMethodName()
public boolean isReadOnly()
isReadOnly
in interface PushDownMethodElement
PushDownMethodElement.isSetReadOnly()
,
PushDownMethodElement.unsetReadOnly()
,
PushDownMethodElement.setReadOnly(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_ReadOnly()
public void setReadOnly(boolean newReadOnly)
setReadOnly
in interface PushDownMethodElement
newReadOnly
- the new value of the 'Read Only' attribute.PushDownMethodElement.isSetReadOnly()
,
PushDownMethodElement.unsetReadOnly()
,
PushDownMethodElement.isReadOnly()
public void unsetReadOnly()
unsetReadOnly
in interface PushDownMethodElement
PushDownMethodElement.isSetReadOnly()
,
PushDownMethodElement.isReadOnly()
,
PushDownMethodElement.setReadOnly(boolean)
public boolean isSetReadOnly()
isSetReadOnly
in interface PushDownMethodElement
PushDownMethodElement.unsetReadOnly()
,
PushDownMethodElement.isReadOnly()
,
PushDownMethodElement.setReadOnly(boolean)
public boolean isPreflush()
isPreflush
in interface PushDownMethodElement
PushDownMethodElement.isSetPreflush()
,
PushDownMethodElement.unsetPreflush()
,
PushDownMethodElement.setPreflush(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_Preflush()
public void setPreflush(boolean newPreflush)
setPreflush
in interface PushDownMethodElement
newPreflush
- the new value of the 'Preflush' attribute.PushDownMethodElement.isSetPreflush()
,
PushDownMethodElement.unsetPreflush()
,
PushDownMethodElement.isPreflush()
public void unsetPreflush()
unsetPreflush
in interface PushDownMethodElement
PushDownMethodElement.isSetPreflush()
,
PushDownMethodElement.isPreflush()
,
PushDownMethodElement.setPreflush(boolean)
public boolean isSetPreflush()
isSetPreflush
in interface PushDownMethodElement
PushDownMethodElement.unsetPreflush()
,
PushDownMethodElement.isPreflush()
,
PushDownMethodElement.setPreflush(boolean)
public boolean isCustomExtractor()
isCustomExtractor
in interface PushDownMethodElement
PushDownMethodElement.isSetCustomExtractor()
,
PushDownMethodElement.unsetCustomExtractor()
,
PushDownMethodElement.setCustomExtractor(boolean)
,
PushdownejbextPackage.getPushDownMethodElement_CustomExtractor()
public void setCustomExtractor(boolean newCustomExtractor)
setCustomExtractor
in interface PushDownMethodElement
newCustomExtractor
- the new value of the 'Custom Extractor' attribute.PushDownMethodElement.isSetCustomExtractor()
,
PushDownMethodElement.unsetCustomExtractor()
,
PushDownMethodElement.isCustomExtractor()
public void unsetCustomExtractor()
unsetCustomExtractor
in interface PushDownMethodElement
PushDownMethodElement.isSetCustomExtractor()
,
PushDownMethodElement.isCustomExtractor()
,
PushDownMethodElement.setCustomExtractor(boolean)
public boolean isSetCustomExtractor()
isSetCustomExtractor
in interface PushDownMethodElement
PushDownMethodElement.unsetCustomExtractor()
,
PushDownMethodElement.isCustomExtractor()
,
PushDownMethodElement.setCustomExtractor(boolean)
public org.eclipse.jst.j2ee.ejb.MethodElement getMethodElement()
getMethodElement
in interface PushDownMethodElement
PushDownMethodElement.setMethodElement(MethodElement)
,
PushdownejbextPackage.getPushDownMethodElement_MethodElement()
public void setMethodElement(org.eclipse.jst.j2ee.ejb.MethodElement newMethodElement)
setMethodElement
in interface PushDownMethodElement
newMethodElement
- the new value of the 'Method Element' containment reference.PushDownMethodElement.getMethodElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |