|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionSummaryType
A representation of the model object 'Transaction Summary Type'. Reports the total number of features affected by some kind of write action (i.e, insert, update, delete).
The following features are supported:
WfsPackage.getTransactionSummaryType()
Method Summary | |
---|---|
java.math.BigInteger |
getTotalDeleted()
Returns the value of the 'Total Deleted' attribute. |
java.math.BigInteger |
getTotalInserted()
Returns the value of the 'Total Inserted' attribute. |
java.math.BigInteger |
getTotalUpdated()
Returns the value of the 'Total Updated' attribute. |
void |
setTotalDeleted(java.math.BigInteger value)
Sets the value of the ' Total Deleted ' attribute. |
void |
setTotalInserted(java.math.BigInteger value)
Sets the value of the ' Total Inserted ' attribute. |
void |
setTotalUpdated(java.math.BigInteger value)
Sets the value of the ' Total Updated ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
java.math.BigInteger getTotalInserted()
If the meaning of the 'Total Inserted' attribute isn't clear, there really should be more of a description here...
setTotalInserted(BigInteger)
,
WfsPackage.getTransactionSummaryType_TotalInserted()
void setTotalInserted(java.math.BigInteger value)
Total Inserted
' attribute.
value
- the new value of the 'Total Inserted' attribute.getTotalInserted()
java.math.BigInteger getTotalUpdated()
If the meaning of the 'Total Updated' attribute isn't clear, there really should be more of a description here...
setTotalUpdated(BigInteger)
,
WfsPackage.getTransactionSummaryType_TotalUpdated()
void setTotalUpdated(java.math.BigInteger value)
Total Updated
' attribute.
value
- the new value of the 'Total Updated' attribute.getTotalUpdated()
java.math.BigInteger getTotalDeleted()
If the meaning of the 'Total Deleted' attribute isn't clear, there really should be more of a description here...
setTotalDeleted(BigInteger)
,
WfsPackage.getTransactionSummaryType_TotalDeleted()
void setTotalDeleted(java.math.BigInteger value)
Total Deleted
' attribute.
value
- the new value of the 'Total Deleted' attribute.getTotalDeleted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |