Uses of Interface
net.opengis.gml311.TargetPropertyType
Packages that use TargetPropertyType
-
Uses of TargetPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TargetPropertyTypeModifier and TypeMethodDescriptionGml311Factory.createTargetPropertyType()
Returns a new object of class 'Target Property Type'.DocumentRoot.getSubject()
Returns the value of the 'Subject' containment reference.DocumentRoot.getTarget()
Returns the value of the 'Target' containment reference.ObservationType.getTarget()
Returns the value of the 'Target' containment reference.Methods in net.opengis.gml311 with parameters of type TargetPropertyTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSubject
(TargetPropertyType value) Sets the value of the 'Subject
' containment reference.void
DocumentRoot.setTarget
(TargetPropertyType value) Sets the value of the 'Target
' containment reference.void
ObservationType.setTarget
(TargetPropertyType value) Sets the value of the 'Target
' containment reference. -
Uses of TargetPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement TargetPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Target Property Type'.Methods in net.opengis.gml311.impl that return TargetPropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createTargetPropertyType()
DocumentRootImpl.getSubject()
DocumentRootImpl.getTarget()
ObservationTypeImpl.getTarget()
Methods in net.opengis.gml311.impl with parameters of type TargetPropertyTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSubject
(TargetPropertyType newSubject, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetTarget
(TargetPropertyType newTarget, NotificationChain msgs) NotificationChain
ObservationTypeImpl.basicSetTarget
(TargetPropertyType newTarget, NotificationChain msgs) void
DocumentRootImpl.setSubject
(TargetPropertyType newSubject) void
DocumentRootImpl.setTarget
(TargetPropertyType newTarget) void
ObservationTypeImpl.setTarget
(TargetPropertyType newTarget) -
Uses of TargetPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type TargetPropertyTypeModifier and TypeMethodDescriptionGml311Switch.caseTargetPropertyType
(TargetPropertyType object) Returns the result of interpreting the object as an instance of 'Target Property Type'.boolean
Gml311Validator.validateTargetPropertyType
(TargetPropertyType targetPropertyType, DiagnosticChain diagnostics, Map<Object, Object> context)