Uses of Interface
net.opengis.wps10.InputReferenceType
-
Packages that use InputReferenceType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of InputReferenceType in net.opengis.wps10
Methods in net.opengis.wps10 that return InputReferenceType Modifier and Type Method Description InputReferenceType
Wps10Factory. createInputReferenceType()
Returns a new object of class 'Input Reference Type'.InputReferenceType
InputType. getReference()
Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps10 with parameters of type InputReferenceType Modifier and Type Method Description void
InputType. setReference(InputReferenceType value)
Sets the value of the 'Reference
' containment reference. -
Uses of InputReferenceType in net.opengis.wps10.impl
Classes in net.opengis.wps10.impl that implement InputReferenceType Modifier and Type Class Description class
InputReferenceTypeImpl
An implementation of the model object 'Input Reference Type'.Fields in net.opengis.wps10.impl declared as InputReferenceType Modifier and Type Field Description protected InputReferenceType
InputTypeImpl. reference
The cached value of the 'Reference
' containment reference.Methods in net.opengis.wps10.impl that return InputReferenceType Modifier and Type Method Description InputReferenceType
Wps10FactoryImpl. createInputReferenceType()
InputReferenceType
InputTypeImpl. getReference()
Methods in net.opengis.wps10.impl with parameters of type InputReferenceType Modifier and Type Method Description NotificationChain
InputTypeImpl. basicSetReference(InputReferenceType newReference, NotificationChain msgs)
void
InputTypeImpl. setReference(InputReferenceType newReference)
-
Uses of InputReferenceType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type InputReferenceType Modifier and Type Method Description Object
Wps10Switch. caseInputReferenceType(InputReferenceType object)
Returns the result of interpreting the object as an instance of 'Input Reference Type'.boolean
Wps10Validator. validateInputReferenceType(InputReferenceType inputReferenceType, DiagnosticChain diagnostics, Map context)
-
Uses of InputReferenceType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type InputReferenceType Modifier and Type Method Description boolean
InputTypeValidator. validateReference(InputReferenceType value)
-