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 ArrayAssociationTypeGml311Factory. createArrayAssociationType()Returns a new object of class 'Array Association Type'.ArrayAssociationTypeArrayType. getMembers()Returns the value of the 'Members' containment reference.ArrayAssociationTypeBagType. getMembers()Returns the value of the 'Members' containment reference.ArrayAssociationTypeDocumentRoot. getMembers()Returns the value of the 'Members' containment reference.Methods in net.opengis.gml311 with parameters of type ArrayAssociationType Modifier and Type Method Description voidArrayType. 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 ArrayAssociationType Modifier and Type Class Description classArrayAssociationTypeImplAn implementation of the model object 'Array Association Type'.Fields in net.opengis.gml311.impl declared as ArrayAssociationType Modifier and Type Field Description protected 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 ArrayAssociationType Modifier and Type Method Description ArrayAssociationTypeGml311FactoryImpl. createArrayAssociationType()ArrayAssociationTypeArrayTypeImpl. getMembers()ArrayAssociationTypeBagTypeImpl. getMembers()ArrayAssociationTypeDocumentRootImpl. getMembers()Methods in net.opengis.gml311.impl with parameters of type ArrayAssociationType Modifier and Type Method Description NotificationChainArrayTypeImpl. 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 ArrayAssociationType Modifier and Type Method Description TGml311Switch. 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)
-