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 InputReferenceTypeWps10Factory. createInputReferenceType()Returns a new object of class 'Input Reference Type'.InputReferenceTypeInputType. getReference()Returns the value of the 'Reference' containment reference.Methods in net.opengis.wps10 with parameters of type InputReferenceType Modifier and Type Method Description voidInputType. 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 classInputReferenceTypeImplAn implementation of the model object 'Input Reference Type'.Fields in net.opengis.wps10.impl declared as InputReferenceType Modifier and Type Field Description protected InputReferenceTypeInputTypeImpl. referenceThe cached value of the 'Reference' containment reference.Methods in net.opengis.wps10.impl that return InputReferenceType Modifier and Type Method Description InputReferenceTypeWps10FactoryImpl. createInputReferenceType()InputReferenceTypeInputTypeImpl. getReference()Methods in net.opengis.wps10.impl with parameters of type InputReferenceType Modifier and Type Method Description NotificationChainInputTypeImpl. basicSetReference(InputReferenceType newReference, NotificationChain msgs)voidInputTypeImpl. 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 ObjectWps10Switch. caseInputReferenceType(InputReferenceType object)Returns the result of interpreting the object as an instance of 'Input Reference Type'.booleanWps10Validator. 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 booleanInputTypeValidator. validateReference(InputReferenceType value)
-