Package net.opengis.wfs.impl
Class TransactionSummaryTypeImpl
- Object
- 
- BasicNotifierImpl
- 
- BasicEObjectImpl
- 
- EObjectImpl
- 
- TransactionSummaryTypeImpl
 
 
 
 
- 
- All Implemented Interfaces:
- TransactionSummaryType,- Notifier,- EObject,- InternalEObject
 
 public class TransactionSummaryTypeImpl extends EObjectImpl implements TransactionSummaryType An implementation of the model object 'Transaction Summary Type'.The following features are implemented: 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class BasicEObjectImplBasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 - 
Nested classes/interfaces inherited from class BasicNotifierImplBasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description protected static BigIntegerTOTAL_DELETED_EDEFAULTThe default value of the 'Total Deleted' attribute.protected static BigIntegerTOTAL_INSERTED_EDEFAULTThe default value of the 'Total Inserted' attribute.protected static BigIntegerTOTAL_UPDATED_EDEFAULTThe default value of the 'Total Updated' attribute.protected BigIntegertotalDeletedThe cached value of the 'Total Deleted' attribute.protected BigIntegertotalInsertedThe cached value of the 'Total Inserted' attribute.protected BigIntegertotalUpdatedThe cached value of the 'Total Updated' attribute.- 
Fields inherited from class EObjectImpleAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedTransactionSummaryTypeImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjecteGet(int featureID, boolean resolve, boolean coreType)booleaneIsSet(int featureID)voideSet(int featureID, Object newValue)protected EClasseStaticClass()voideUnset(int featureID)BigIntegergetTotalDeleted()BigIntegergetTotalInserted()BigIntegergetTotalUpdated()voidsetTotalDeleted(BigInteger newTotalDeleted)voidsetTotalInserted(BigInteger newTotalInserted)voidsetTotalUpdated(BigInteger newTotalUpdated)StringtoString()- 
Methods inherited from class EObjectImpleAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 - 
Methods inherited from class BasicEObjectImpleAddVirtualValue, 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, 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
 - 
Methods inherited from class BasicNotifierImpleBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 - 
Methods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
- 
 
- 
- 
- 
Field Detail- 
TOTAL_INSERTED_EDEFAULTprotected static final BigInteger TOTAL_INSERTED_EDEFAULT The default value of the 'Total Inserted' attribute.- See Also:
- getTotalInserted()
 
 - 
totalInsertedprotected BigInteger totalInserted The cached value of the 'Total Inserted' attribute.- See Also:
- getTotalInserted()
 
 - 
TOTAL_UPDATED_EDEFAULTprotected static final BigInteger TOTAL_UPDATED_EDEFAULT The default value of the 'Total Updated' attribute.- See Also:
- getTotalUpdated()
 
 - 
totalUpdatedprotected BigInteger totalUpdated The cached value of the 'Total Updated' attribute.- See Also:
- getTotalUpdated()
 
 - 
TOTAL_DELETED_EDEFAULTprotected static final BigInteger TOTAL_DELETED_EDEFAULT The default value of the 'Total Deleted' attribute.- See Also:
- getTotalDeleted()
 
 - 
totalDeletedprotected BigInteger totalDeleted The cached value of the 'Total Deleted' attribute.- See Also:
- getTotalDeleted()
 
 
- 
 - 
Method Detail- 
eStaticClassprotected EClass eStaticClass() - Overrides:
- eStaticClassin class- EObjectImpl
 
 - 
getTotalInsertedpublic BigInteger getTotalInserted() - Specified by:
- getTotalInsertedin interface- TransactionSummaryType
- Returns:
- the value of the 'Total Inserted' attribute.
- See Also:
- TransactionSummaryType.setTotalInserted(BigInteger),- WfsPackage.getTransactionSummaryType_TotalInserted()
 
 - 
setTotalInsertedpublic void setTotalInserted(BigInteger newTotalInserted) - Specified by:
- setTotalInsertedin interface- TransactionSummaryType
- Parameters:
- newTotalInserted- the new value of the 'Total Inserted' attribute.
- See Also:
- TransactionSummaryType.getTotalInserted()
 
 - 
getTotalUpdatedpublic BigInteger getTotalUpdated() - Specified by:
- getTotalUpdatedin interface- TransactionSummaryType
- Returns:
- the value of the 'Total Updated' attribute.
- See Also:
- TransactionSummaryType.setTotalUpdated(BigInteger),- WfsPackage.getTransactionSummaryType_TotalUpdated()
 
 - 
setTotalUpdatedpublic void setTotalUpdated(BigInteger newTotalUpdated) - Specified by:
- setTotalUpdatedin interface- TransactionSummaryType
- Parameters:
- newTotalUpdated- the new value of the 'Total Updated' attribute.
- See Also:
- TransactionSummaryType.getTotalUpdated()
 
 - 
getTotalDeletedpublic BigInteger getTotalDeleted() - Specified by:
- getTotalDeletedin interface- TransactionSummaryType
- Returns:
- the value of the 'Total Deleted' attribute.
- See Also:
- TransactionSummaryType.setTotalDeleted(BigInteger),- WfsPackage.getTransactionSummaryType_TotalDeleted()
 
 - 
setTotalDeletedpublic void setTotalDeleted(BigInteger newTotalDeleted) - Specified by:
- setTotalDeletedin interface- TransactionSummaryType
- Parameters:
- newTotalDeleted- the new value of the 'Total Deleted' attribute.
- See Also:
- TransactionSummaryType.getTotalDeleted()
 
 - 
eGetpublic Object eGet(int featureID, boolean resolve, boolean coreType) - Specified by:
- eGetin interface- InternalEObject
- Overrides:
- eGetin class- BasicEObjectImpl
 
 - 
eSetpublic void eSet(int featureID, Object newValue)- Specified by:
- eSetin interface- InternalEObject
- Overrides:
- eSetin class- BasicEObjectImpl
 
 - 
eUnsetpublic void eUnset(int featureID) - Specified by:
- eUnsetin interface- InternalEObject
- Overrides:
- eUnsetin class- BasicEObjectImpl
 
 - 
eIsSetpublic boolean eIsSet(int featureID) - Specified by:
- eIsSetin interface- InternalEObject
- Overrides:
- eIsSetin class- BasicEObjectImpl
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- BasicEObjectImpl
 
 
- 
 
-