Uses of Interface
net.opengis.wps10.OutputReferenceType
-
Packages that use OutputReferenceType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of OutputReferenceType in net.opengis.wps10
Methods in net.opengis.wps10 that return OutputReferenceType Modifier and Type Method Description OutputReferenceType
Wps10Factory. createOutputReferenceType()
Returns a new object of class 'Output Reference Type'.OutputReferenceType
OutputDataType. getReference()
Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps10 with parameters of type OutputReferenceType Modifier and Type Method Description void
OutputDataType. setReference(OutputReferenceType value)
Sets the value of the 'Reference
' containment reference. -
Uses of OutputReferenceType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement OutputReferenceType Modifier and Type Class Description class
OutputReferenceTypeImpl
An implementation of the model object 'Output Reference Type'.Fields in net.opengis.wps10.impl declared as OutputReferenceType Modifier and Type Field Description protected OutputReferenceType
OutputDataTypeImpl. reference
The cached value of the 'Reference
' containment reference.Methods in net.opengis.wps10.impl that return OutputReferenceType Modifier and Type Method Description OutputReferenceType
Wps10FactoryImpl. createOutputReferenceType()
OutputReferenceType
OutputDataTypeImpl. getReference()
Methods in net.opengis.wps10.impl with parameters of type OutputReferenceType Modifier and Type Method Description NotificationChain
OutputDataTypeImpl. basicSetReference(OutputReferenceType newReference, NotificationChain msgs)
void
OutputDataTypeImpl. setReference(OutputReferenceType newReference)
-
Uses of OutputReferenceType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type OutputReferenceType Modifier and Type Method Description Object
Wps10Switch. caseOutputReferenceType(OutputReferenceType object)
Returns the result of interpreting the object as an instance of 'Output Reference Type'.boolean
Wps10Validator. validateOutputReferenceType(OutputReferenceType outputReferenceType, DiagnosticChain diagnostics, Map context)
-
Uses of OutputReferenceType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type OutputReferenceType Modifier and Type Method Description boolean
OutputDataTypeValidator. validateReference(OutputReferenceType value)
-