Uses of Interface
net.opengis.wps20.ReferenceType
Packages that use ReferenceType
-
Uses of ReferenceType in net.opengis.wps20
Methods in net.opengis.wps20 that return ReferenceTypeModifier and TypeMethodDescriptionWps20Factory.createReferenceType()
Returns a new object of class 'Reference Type'.DataInputType.getReference()
Returns the value of the 'Reference' containment reference.DataOutputType.getReference()
Returns the value of the 'Reference' containment reference.DocumentRoot.getReference()
Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps20 with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoid
DataInputType.setReference
(ReferenceType value) Sets the value of the 'Reference
' containment reference.void
DataOutputType.setReference
(ReferenceType value) Sets the value of the 'Reference
' containment reference.void
DocumentRoot.setReference
(ReferenceType value) Sets the value of the 'Reference
' containment reference. -
Uses of ReferenceType in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement ReferenceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Reference Type'.Fields in net.opengis.wps20.impl declared as ReferenceTypeModifier and TypeFieldDescriptionprotected ReferenceType
DataInputTypeImpl.reference
The cached value of the 'Reference
' containment reference.protected ReferenceType
DataOutputTypeImpl.reference
The cached value of the 'Reference
' containment reference.Methods in net.opengis.wps20.impl that return ReferenceTypeModifier and TypeMethodDescriptionWps20FactoryImpl.createReferenceType()
DataInputTypeImpl.getReference()
DataOutputTypeImpl.getReference()
DocumentRootImpl.getReference()
Methods in net.opengis.wps20.impl with parameters of type ReferenceTypeModifier and TypeMethodDescriptionNotificationChain
DataInputTypeImpl.basicSetReference
(ReferenceType newReference, NotificationChain msgs) NotificationChain
DataOutputTypeImpl.basicSetReference
(ReferenceType newReference, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetReference
(ReferenceType newReference, NotificationChain msgs) void
DataInputTypeImpl.setReference
(ReferenceType newReference) void
DataOutputTypeImpl.setReference
(ReferenceType newReference) void
DocumentRootImpl.setReference
(ReferenceType newReference) -
Uses of ReferenceType in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionWps20Switch.caseReferenceType
(ReferenceType object) Returns the result of interpreting the object as an instance of 'Reference Type'.boolean
Wps20Validator.validateReferenceType
(ReferenceType referenceType, DiagnosticChain diagnostics, Map<Object, Object> context)