Uses of Interface
net.opengis.gml311.ArrayAssociationType
Packages that use ArrayAssociationType
-
Uses of ArrayAssociationType in net.opengis.gml311
Methods in net.opengis.gml311 that return ArrayAssociationTypeModifier and TypeMethodDescriptionGml311Factory.createArrayAssociationType()Returns a new object of class 'Array Association Type'.ArrayType.getMembers()Returns the value of the 'Members' containment reference.BagType.getMembers()Returns the value of the 'Members' containment reference.DocumentRoot.getMembers()Returns the value of the 'Members' containment reference.Methods in net.opengis.gml311 with parameters of type ArrayAssociationTypeModifier and TypeMethodDescriptionvoidArrayType.setMembers(ArrayAssociationType value) Sets the value of the 'Members' containment reference.voidBagType.setMembers(ArrayAssociationType value) Sets the value of the 'Members' containment reference.voidDocumentRoot.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 ArrayAssociationTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Array Association Type'.Fields in net.opengis.gml311.impl declared as ArrayAssociationTypeModifier and TypeFieldDescriptionprotected ArrayAssociationTypeArrayTypeImpl.membersThe cached value of the 'Members' containment reference.protected ArrayAssociationTypeBagTypeImpl.membersThe cached value of the 'Members' containment reference.Methods in net.opengis.gml311.impl that return ArrayAssociationTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createArrayAssociationType()ArrayTypeImpl.getMembers()BagTypeImpl.getMembers()DocumentRootImpl.getMembers()Methods in net.opengis.gml311.impl with parameters of type ArrayAssociationTypeModifier and TypeMethodDescriptionNotificationChainArrayTypeImpl.basicSetMembers(ArrayAssociationType newMembers, NotificationChain msgs) NotificationChainBagTypeImpl.basicSetMembers(ArrayAssociationType newMembers, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetMembers(ArrayAssociationType newMembers, NotificationChain msgs) voidArrayTypeImpl.setMembers(ArrayAssociationType newMembers) voidBagTypeImpl.setMembers(ArrayAssociationType newMembers) voidDocumentRootImpl.setMembers(ArrayAssociationType newMembers) -
Uses of ArrayAssociationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArrayAssociationTypeModifier and TypeMethodDescriptionGml311Switch.caseArrayAssociationType(ArrayAssociationType object) Returns the result of interpreting the object as an instance of 'Array Association Type'.booleanGml311Validator.validateArrayAssociationType(ArrayAssociationType arrayAssociationType, DiagnosticChain diagnostics, Map<Object, Object> context)