Uses of Interface
net.opengis.gml311.ArrayAssociationType
-
Packages that use ArrayAssociationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ArrayAssociationType in net.opengis.gml311
Methods in net.opengis.gml311 that return ArrayAssociationType Modifier and Type Method Description ArrayAssociationType
Gml311Factory. createArrayAssociationType()
Returns a new object of class 'Array Association Type'.ArrayAssociationType
ArrayType. getMembers()
Returns the value of the 'Members' containment reference.ArrayAssociationType
BagType. getMembers()
Returns the value of the 'Members' containment reference.ArrayAssociationType
DocumentRoot. getMembers()
Returns the value of the 'Members' containment reference.Methods in net.opengis.gml311 with parameters of type ArrayAssociationType Modifier and Type Method Description void
ArrayType. setMembers(ArrayAssociationType value)
Sets the value of the 'Members
' containment reference.void
BagType. setMembers(ArrayAssociationType value)
Sets the value of the 'Members
' containment reference.void
DocumentRoot. setMembers(ArrayAssociationType value)
Sets the value of the 'Members
' containment reference. -
Uses of ArrayAssociationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArrayAssociationType Modifier and Type Class Description class
ArrayAssociationTypeImpl
An implementation of the model object 'Array Association Type'.Fields in net.opengis.gml311.impl declared as ArrayAssociationType Modifier and Type Field Description protected ArrayAssociationType
ArrayTypeImpl. members
The cached value of the 'Members
' containment reference.protected ArrayAssociationType
BagTypeImpl. members
The cached value of the 'Members
' containment reference.Methods in net.opengis.gml311.impl that return ArrayAssociationType Modifier and Type Method Description ArrayAssociationType
Gml311FactoryImpl. createArrayAssociationType()
ArrayAssociationType
ArrayTypeImpl. getMembers()
ArrayAssociationType
BagTypeImpl. getMembers()
ArrayAssociationType
DocumentRootImpl. getMembers()
Methods in net.opengis.gml311.impl with parameters of type ArrayAssociationType Modifier and Type Method Description NotificationChain
ArrayTypeImpl. basicSetMembers(ArrayAssociationType newMembers, NotificationChain msgs)
NotificationChain
BagTypeImpl. basicSetMembers(ArrayAssociationType newMembers, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMembers(ArrayAssociationType newMembers, NotificationChain msgs)
void
ArrayTypeImpl. setMembers(ArrayAssociationType newMembers)
void
BagTypeImpl. setMembers(ArrayAssociationType newMembers)
void
DocumentRootImpl. setMembers(ArrayAssociationType newMembers)
-
Uses of ArrayAssociationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArrayAssociationType Modifier and Type Method Description T
Gml311Switch. caseArrayAssociationType(ArrayAssociationType object)
Returns the result of interpreting the object as an instance of 'Array Association Type'.boolean
Gml311Validator. validateArrayAssociationType(ArrayAssociationType arrayAssociationType, DiagnosticChain diagnostics, Map<Object,Object> context)
-