Package net.opengis.gml311
Interface ArrayType
- All Superinterfaces:
AbstractGMLType
,EObject
,Notifier
- All Known Implementing Classes:
ArrayTypeImpl
A representation of the model object 'Array Type'.
A non-abstract generic collection type that can be used as a document element for a homogeneous collection of any GML types - Geometries, Topologies, Features ...
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Members' containment reference.void
setMembers
(ArrayAssociationType value) Sets the value of the 'Members
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
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
-
getMembers
ArrayAssociationType getMembers()Returns the value of the 'Members' containment reference.If the meaning of the 'Members' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Members' containment reference.
- See Also:
-
setMembers
Sets the value of the 'Members
' containment reference.- Parameters:
value
- the new value of the 'Members' containment reference.- See Also:
-