Interface InsertResultType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
InsertResultTypeImpl

public interface InsertResultType extends EObject
A representation of the model object 'Insert Result Type'. Returns a "brief" view of any newly created catalogue records. The handle attribute may reference a particular statement in the corresponding transaction request.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Brief Record' containment reference list.
    Returns the value of the 'Handle Ref' attribute.
    void
    Sets the value of the 'Handle Ref' attribute.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getBriefRecord

      EList<BriefRecordType> getBriefRecord()
      Returns the value of the 'Brief Record' containment reference list. The list contents are of type BriefRecordType.

      If the meaning of the 'Brief Record' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Brief Record' containment reference list.
      See Also:
    • getHandleRef

      String getHandleRef()
      Returns the value of the 'Handle Ref' attribute.

      If the meaning of the 'Handle Ref' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Handle Ref' attribute.
      See Also:
    • setHandleRef

      void setHandleRef(String value)
      Sets the value of the 'Handle Ref' attribute.
      Parameters:
      value - the new value of the 'Handle Ref' attribute.
      See Also: