Interface BoundingShapeType

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

public interface BoundingShapeType extends EObject
A representation of the model object 'Bounding Shape Type'. Bounding shape.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Envelope' containment reference.
    FeatureMap
    Returns the value of the 'Envelope Group' attribute list.
    void
    Sets the value of the 'Envelope' containment reference.

    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

    • getEnvelopeGroup

      FeatureMap getEnvelopeGroup()
      Returns the value of the 'Envelope Group' attribute list. The list contents are of type FeatureMap.Entry.

      If the meaning of the 'Envelope Group' attribute list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Envelope Group' attribute list.
      See Also:
    • getEnvelope

      EnvelopeType getEnvelope()
      Returns the value of the 'Envelope' containment reference.

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

      Returns:
      the value of the 'Envelope' containment reference.
      See Also:
    • setEnvelope

      void setEnvelope(EnvelopeType value)
      Sets the value of the 'Envelope' containment reference.
      Parameters:
      value - the new value of the 'Envelope' containment reference.
      See Also: