Interface SolidArrayPropertyType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    SolidArrayPropertyTypeImpl

    public interface SolidArrayPropertyType
    extends EObject
    A representation of the model object 'Solid Array Property Type'. A container for an array of solids. The elements are always contained in the array property, referencing geometry elements or arrays of geometry elements is not supported.

    The following features are supported:

    See Also:
    Gml311Package.getSolidArrayPropertyType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeatureMap getGroup()
      Returns the value of the 'Group' attribute list.
      EList<AbstractSolidType> getSolid()
      Returns the value of the 'Solid' containment reference list.
      FeatureMap getSolidGroup()
      Returns the value of the 'Solid Group' attribute list.
      • 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 Detail

      • getGroup

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

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

        Returns:
        the value of the 'Group' attribute list.
        See Also:
        Gml311Package.getSolidArrayPropertyType_Group()
      • getSolidGroup

        FeatureMap getSolidGroup()
        Returns the value of the 'Solid Group' attribute list. The list contents are of type FeatureMap.Entry. The "_Solid" element is the abstract head of the substituition group for all (continuous) solid elements.
        Returns:
        the value of the 'Solid Group' attribute list.
        See Also:
        Gml311Package.getSolidArrayPropertyType_SolidGroup()