Uses of Interface
net.opengis.wps20.ReferenceType
-
Packages that use ReferenceType Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of ReferenceType in net.opengis.wps20
Methods in net.opengis.wps20 that return ReferenceType Modifier and Type Method Description ReferenceType
Wps20Factory. createReferenceType()
Returns a new object of class 'Reference Type'.ReferenceType
DataInputType. getReference()
Returns the value of the 'Reference' containment reference.ReferenceType
DataOutputType. getReference()
Returns the value of the 'Reference' containment reference.ReferenceType
DocumentRoot. getReference()
Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps20 with parameters of type ReferenceType Modifier and Type Method Description void
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 ReferenceType Modifier and Type Class Description class
ReferenceTypeImpl
An implementation of the model object 'Reference Type'.Fields in net.opengis.wps20.impl declared as ReferenceType Modifier and Type Field Description protected 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 ReferenceType Modifier and Type Method Description ReferenceType
Wps20FactoryImpl. createReferenceType()
ReferenceType
DataInputTypeImpl. getReference()
ReferenceType
DataOutputTypeImpl. getReference()
ReferenceType
DocumentRootImpl. getReference()
Methods in net.opengis.wps20.impl with parameters of type ReferenceType Modifier and Type Method Description NotificationChain
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 ReferenceType Modifier and Type Method Description T
Wps20Switch. 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)
-