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 OutputReferenceTypeWps10Factory. createOutputReferenceType()Returns a new object of class 'Output Reference Type'.OutputReferenceTypeOutputDataType. getReference()Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps10 with parameters of type OutputReferenceType Modifier and Type Method Description voidOutputDataType. 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 classOutputReferenceTypeImplAn implementation of the model object 'Output Reference Type'.Fields in net.opengis.wps10.impl declared as OutputReferenceType Modifier and Type Field Description protected OutputReferenceTypeOutputDataTypeImpl. referenceThe cached value of the 'Reference' containment reference.Methods in net.opengis.wps10.impl that return OutputReferenceType Modifier and Type Method Description OutputReferenceTypeWps10FactoryImpl. createOutputReferenceType()OutputReferenceTypeOutputDataTypeImpl. getReference()Methods in net.opengis.wps10.impl with parameters of type OutputReferenceType Modifier and Type Method Description NotificationChainOutputDataTypeImpl. basicSetReference(OutputReferenceType newReference, NotificationChain msgs)voidOutputDataTypeImpl. 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 ObjectWps10Switch. caseOutputReferenceType(OutputReferenceType object)Returns the result of interpreting the object as an instance of 'Output Reference Type'.booleanWps10Validator. 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 booleanOutputDataTypeValidator. validateReference(OutputReferenceType value)
-