Interface DeleteType

All Superinterfaces:
AbstractTransactionActionType, EObject, Notifier
All Known Implementing Classes:
DeleteTypeImpl

public interface DeleteType extends AbstractTransactionActionType
A representation of the model object 'Delete Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Filter' containment reference.
    Returns the value of the 'Type Name' attribute.
    void
    Sets the value of the 'Filter' attribute.
    void
    Sets the value of the 'Type Name' attribute.

    Methods inherited from interface AbstractTransactionActionType

    getHandle, setHandle

    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

    • getFilter

      Filter getFilter()
      Returns the value of the 'Filter' containment reference.

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

      Returns:
      the value of the 'Filter' containment reference.
      See Also:
    • setFilter

      void setFilter(Filter value)
      Sets the value of the 'Filter' attribute.
      Parameters:
      value - the new value of the 'Filter' attribute.
      See Also:
    • getTypeName

      QName getTypeName()
      Returns the value of the 'Type Name' attribute.

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

      Returns:
      the value of the 'Type Name' attribute.
      See Also:
    • setTypeName

      void setTypeName(QName value)
      Sets the value of the 'Type Name' attribute.
      Parameters:
      value - the new value of the 'Type Name' attribute.
      See Also: