Uses of Interface
net.opengis.gml311.AssociationType
Packages that use AssociationType
-
Uses of AssociationType in net.opengis.gml311
Methods in net.opengis.gml311 that return AssociationTypeModifier and TypeMethodDescriptionGml311Factory.createAssociationType()
Returns a new object of class 'Association Type'.DocumentRoot.getAssociation()
Returns the value of the 'Association' containment reference.DocumentRoot.getMember()
Returns the value of the 'Member' containment reference.DocumentRoot.getResultOf()
Returns the value of the 'Result Of' containment reference.ObservationType.getResultOf()
Returns the value of the 'Result Of' containment reference.DocumentRoot.getStrictAssociation()
Returns the value of the 'Strict Association' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AssociationTypeModifier and TypeMethodDescriptionEList<AssociationType>
BagType.getMember()
Returns the value of the 'Member' containment reference list.Methods in net.opengis.gml311 with parameters of type AssociationTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMember
(AssociationType value) Sets the value of the 'Member
' containment reference.void
DocumentRoot.setResultOf
(AssociationType value) Sets the value of the 'Result Of
' containment reference.void
ObservationType.setResultOf
(AssociationType value) Sets the value of the 'Result Of
' containment reference. -
Uses of AssociationType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement AssociationTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Association Type'.Fields in net.opengis.gml311.impl declared as AssociationTypeModifier and TypeFieldDescriptionprotected AssociationType
ObservationTypeImpl.resultOf
The cached value of the 'Result Of
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type AssociationTypeModifier and TypeFieldDescriptionprotected EList<AssociationType>
BagTypeImpl.member
The cached value of the 'Member
' containment reference list.Methods in net.opengis.gml311.impl that return AssociationTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createAssociationType()
DocumentRootImpl.getAssociation()
DocumentRootImpl.getMember()
DocumentRootImpl.getResultOf()
ObservationTypeImpl.getResultOf()
DocumentRootImpl.getStrictAssociation()
Methods in net.opengis.gml311.impl that return types with arguments of type AssociationTypeMethods in net.opengis.gml311.impl with parameters of type AssociationTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetAssociation
(AssociationType newAssociation, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetMember
(AssociationType newMember, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetResultOf
(AssociationType newResultOf, NotificationChain msgs) NotificationChain
ObservationTypeImpl.basicSetResultOf
(AssociationType newResultOf, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetStrictAssociation
(AssociationType newStrictAssociation, NotificationChain msgs) void
DocumentRootImpl.setMember
(AssociationType newMember) void
DocumentRootImpl.setResultOf
(AssociationType newResultOf) void
ObservationTypeImpl.setResultOf
(AssociationType newResultOf) -
Uses of AssociationType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type AssociationTypeModifier and TypeMethodDescriptionGml311Switch.caseAssociationType
(AssociationType object) Returns the result of interpreting the object as an instance of 'Association Type'.boolean
Gml311Validator.validateAssociationType
(AssociationType associationType, DiagnosticChain diagnostics, Map<Object, Object> context)