Package net.opengis.gml311
Interface ArrayType
-
- All Superinterfaces:
AbstractGMLType,EObject,Notifier
- All Known Implementing Classes:
ArrayTypeImpl
public interface ArrayType extends AbstractGMLType
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:
Gml311Package.getArrayType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayAssociationTypegetMembers()Returns the value of the 'Members' containment reference.voidsetMembers(ArrayAssociationType value)Sets the value of the 'Members' containment reference.-
Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
-
-
-
-
Method Detail
-
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(ArrayAssociationType),Gml311Package.getArrayType_Members()
-
setMembers
void setMembers(ArrayAssociationType value)
Sets the value of the 'Members' containment reference.- Parameters:
value- the new value of the 'Members' containment reference.- See Also:
getMembers()
-
-