Uses of Interface
net.opengis.gml311.TargetPropertyType
-
Packages that use TargetPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of TargetPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return TargetPropertyType Modifier and Type Method Description TargetPropertyType
Gml311Factory. createTargetPropertyType()
Returns a new object of class 'Target Property Type'.TargetPropertyType
DocumentRoot. getSubject()
Returns the value of the 'Subject' containment reference.TargetPropertyType
DocumentRoot. getTarget()
Returns the value of the 'Target' containment reference.TargetPropertyType
ObservationType. getTarget()
Returns the value of the 'Target' containment reference.Methods in net.opengis.gml311 with parameters of type TargetPropertyType Modifier and Type Method Description void
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 TargetPropertyType Modifier and Type Class Description class
TargetPropertyTypeImpl
An implementation of the model object 'Target Property Type'.Methods in net.opengis.gml311.impl that return TargetPropertyType Modifier and Type Method Description TargetPropertyType
Gml311FactoryImpl. createTargetPropertyType()
TargetPropertyType
DocumentRootImpl. getSubject()
TargetPropertyType
DocumentRootImpl. getTarget()
TargetPropertyType
ObservationTypeImpl. getTarget()
Methods in net.opengis.gml311.impl with parameters of type TargetPropertyType Modifier and Type Method Description NotificationChain
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 TargetPropertyType Modifier and Type Method Description T
Gml311Switch. 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)
-