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 TargetPropertyTypeGml311Factory. createTargetPropertyType()Returns a new object of class 'Target Property Type'.TargetPropertyTypeDocumentRoot. getSubject()Returns the value of the 'Subject' containment reference.TargetPropertyTypeDocumentRoot. getTarget()Returns the value of the 'Target' containment reference.TargetPropertyTypeObservationType. getTarget()Returns the value of the 'Target' containment reference.Methods in net.opengis.gml311 with parameters of type TargetPropertyType Modifier and Type Method Description voidDocumentRoot. setSubject(TargetPropertyType value)Sets the value of the 'Subject' containment reference.voidDocumentRoot. setTarget(TargetPropertyType value)Sets the value of the 'Target' containment reference.voidObservationType. 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 classTargetPropertyTypeImplAn implementation of the model object 'Target Property Type'.Methods in net.opengis.gml311.impl that return TargetPropertyType Modifier and Type Method Description TargetPropertyTypeGml311FactoryImpl. createTargetPropertyType()TargetPropertyTypeDocumentRootImpl. getSubject()TargetPropertyTypeDocumentRootImpl. getTarget()TargetPropertyTypeObservationTypeImpl. getTarget()Methods in net.opengis.gml311.impl with parameters of type TargetPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSubject(TargetPropertyType newSubject, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetTarget(TargetPropertyType newTarget, NotificationChain msgs)NotificationChainObservationTypeImpl. basicSetTarget(TargetPropertyType newTarget, NotificationChain msgs)voidDocumentRootImpl. setSubject(TargetPropertyType newSubject)voidDocumentRootImpl. setTarget(TargetPropertyType newTarget)voidObservationTypeImpl. 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 TGml311Switch. caseTargetPropertyType(TargetPropertyType object)Returns the result of interpreting the object as an instance of 'Target Property Type'.booleanGml311Validator. validateTargetPropertyType(TargetPropertyType targetPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-