Uses of Interface
net.opengis.gml311.AssociationType
-
Packages that use AssociationType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of AssociationType in net.opengis.gml311
Methods in net.opengis.gml311 that return AssociationType Modifier and Type Method Description AssociationType
Gml311Factory. createAssociationType()
Returns a new object of class 'Association Type'.AssociationType
DocumentRoot. getAssociation()
Returns the value of the 'Association' containment reference.AssociationType
DocumentRoot. getMember()
Returns the value of the 'Member' containment reference.AssociationType
DocumentRoot. getResultOf()
Returns the value of the 'Result Of' containment reference.AssociationType
ObservationType. getResultOf()
Returns the value of the 'Result Of' containment reference.AssociationType
DocumentRoot. getStrictAssociation()
Returns the value of the 'Strict Association' containment reference.Methods in net.opengis.gml311 that return types with arguments of type AssociationType Modifier and Type Method Description EList<AssociationType>
BagType. getMember()
Returns the value of the 'Member' containment reference list.Methods in net.opengis.gml311 with parameters of type AssociationType Modifier and Type Method Description void
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 AssociationType Modifier and Type Class Description class
AssociationTypeImpl
An implementation of the model object 'Association Type'.Fields in net.opengis.gml311.impl declared as AssociationType Modifier and Type Field Description protected AssociationType
ObservationTypeImpl. resultOf
The cached value of the 'Result Of
' containment reference.Fields in net.opengis.gml311.impl with type parameters of type AssociationType Modifier and Type Field Description protected EList<AssociationType>
BagTypeImpl. member
The cached value of the 'Member
' containment reference list.Methods in net.opengis.gml311.impl that return AssociationType Modifier and Type Method Description AssociationType
Gml311FactoryImpl. createAssociationType()
AssociationType
DocumentRootImpl. getAssociation()
AssociationType
DocumentRootImpl. getMember()
AssociationType
DocumentRootImpl. getResultOf()
AssociationType
ObservationTypeImpl. getResultOf()
AssociationType
DocumentRootImpl. getStrictAssociation()
Methods in net.opengis.gml311.impl that return types with arguments of type AssociationType Modifier and Type Method Description EList<AssociationType>
BagTypeImpl. getMember()
Methods in net.opengis.gml311.impl with parameters of type AssociationType Modifier and Type Method Description NotificationChain
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 AssociationType Modifier and Type Method Description T
Gml311Switch. 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)
-