|
||||||||||
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.apache.tuscany.sdo.impl.DataObjectImpl
org.apache.tuscany.sdo.model.impl.ChangeSummaryTypeImpl
public class ChangeSummaryTypeImpl
An implementation of the model object 'Change Summary Type'.
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 | |
---|---|
protected BasicSequence |
any
The cached value of the ' Any ' attribute list. |
protected java.lang.String |
create
The cached value of the ' Create ' attribute. |
protected static java.lang.String |
CREATE_EDEFAULT
The default value of the ' Create ' attribute. |
protected java.lang.String |
delete
The cached value of the ' Delete ' attribute. |
protected static java.lang.String |
DELETE_EDEFAULT
The default value of the ' Delete ' attribute. |
protected boolean |
logging
The cached value of the ' Logging ' attribute. |
protected static boolean |
LOGGING_EDEFAULT
The default value of the ' Logging ' attribute. |
protected boolean |
loggingESet
This is true if the Logging attribute has been set. |
Fields inherited from class org.apache.tuscany.sdo.impl.DataObjectImpl |
---|
changeRecorder, eContainer, eContainerFeatureID, location |
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 |
ChangeSummaryTypeImpl()
|
Method Summary | |
---|---|
java.lang.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,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
commonj.sdo.Sequence |
getAny()
|
java.lang.String |
getCreate()
|
java.lang.String |
getDelete()
|
boolean |
isLogging()
|
boolean |
isSetLogging()
|
void |
setCreate(java.lang.String newCreate)
|
void |
setDelete(java.lang.String newDelete)
|
void |
setLogging(boolean newLogging)
|
java.lang.String |
toString()
|
void |
unsetLogging()
|
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicProperties, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProperties, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eAdapters, eBasicAdapters, eDeliver, eSetDeliver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected BasicSequence any
Any
' attribute list.
getAny()
protected static final java.lang.String CREATE_EDEFAULT
Create
' attribute.
getCreate()
protected java.lang.String create
Create
' attribute.
getCreate()
protected static final java.lang.String DELETE_EDEFAULT
Delete
' attribute.
getDelete()
protected java.lang.String delete
Delete
' attribute.
getDelete()
protected static final boolean LOGGING_EDEFAULT
Logging
' attribute.
isLogging()
,
Constant Field Valuesprotected boolean logging
Logging
' attribute.
isLogging()
protected boolean loggingESet
Constructor Detail |
---|
protected ChangeSummaryTypeImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class DataObjectImpl
public commonj.sdo.Sequence getAny()
getAny
in interface ChangeSummaryType
public java.lang.String getCreate()
getCreate
in interface ChangeSummaryType
ChangeSummaryType.setCreate(String)
public void setCreate(java.lang.String newCreate)
setCreate
in interface ChangeSummaryType
newCreate
- the new value of the 'Create' attribute.ChangeSummaryType.getCreate()
public java.lang.String getDelete()
getDelete
in interface ChangeSummaryType
ChangeSummaryType.setDelete(String)
public void setDelete(java.lang.String newDelete)
setDelete
in interface ChangeSummaryType
newDelete
- the new value of the 'Delete' attribute.ChangeSummaryType.getDelete()
public boolean isLogging()
isLogging
in interface ChangeSummaryType
ChangeSummaryType.isSetLogging()
,
ChangeSummaryType.unsetLogging()
,
ChangeSummaryType.setLogging(boolean)
public void setLogging(boolean newLogging)
setLogging
in interface ChangeSummaryType
newLogging
- the new value of the 'Logging' attribute.ChangeSummaryType.isSetLogging()
,
ChangeSummaryType.unsetLogging()
,
ChangeSummaryType.isLogging()
public void unsetLogging()
unsetLogging
in interface ChangeSummaryType
ChangeSummaryType.isSetLogging()
,
ChangeSummaryType.isLogging()
,
ChangeSummaryType.setLogging(boolean)
public boolean isSetLogging()
isSetLogging
in interface ChangeSummaryType
ChangeSummaryType.unsetLogging()
,
ChangeSummaryType.isLogging()
,
ChangeSummaryType.setLogging(boolean)
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 DataObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class DataObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class DataObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class DataObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |