Uses of Class
net.opengis.wps10.MethodType
Packages that use MethodType
Package
Description
-
Uses of MethodType in net.opengis.wps10
Fields in net.opengis.wps10 declared as MethodTypeModifier and TypeFieldDescriptionstatic final MethodType
MethodType.GET_LITERAL
The 'GET' literal object.static final MethodType
MethodType.POST_LITERAL
The 'POST' literal object.Methods in net.opengis.wps10 that return MethodTypeModifier and TypeMethodDescriptionstatic MethodType
MethodType.get
(int value) Returns the 'Method Type' literal with the specified integer value.static MethodType
Returns the 'Method Type' literal with the specified literal value.static MethodType
Returns the 'Method Type' literal with the specified name.InputReferenceType.getMethod()
Returns the value of the 'Method' attribute.Methods in net.opengis.wps10 with parameters of type MethodTypeModifier and TypeMethodDescriptionvoid
InputReferenceType.setMethod
(MethodType value) Sets the value of the 'Method
' attribute. -
Uses of MethodType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as MethodTypeModifier and TypeFieldDescriptionprotected MethodType
InputReferenceTypeImpl.method
The cached value of the 'Method
' attribute.protected static final MethodType
InputReferenceTypeImpl.METHOD_EDEFAULT
The default value of the 'Method
' attribute.Methods in net.opengis.wps10.impl that return MethodTypeModifier and TypeMethodDescriptionWps10FactoryImpl.createMethodTypeFromString
(EDataType eDataType, String initialValue) Wps10FactoryImpl.createMethodTypeObjectFromString
(EDataType eDataType, String initialValue) InputReferenceTypeImpl.getMethod()
Methods in net.opengis.wps10.impl with parameters of type MethodType -
Uses of MethodType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type MethodTypeModifier and TypeMethodDescriptionboolean
Wps10Validator.validateMethodType
(MethodType methodType, DiagnosticChain diagnostics, Map context) boolean
Wps10Validator.validateMethodTypeObject
(MethodType methodTypeObject, DiagnosticChain diagnostics, Map context) -
Uses of MethodType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type MethodTypeModifier and TypeMethodDescriptionboolean
InputReferenceTypeValidator.validateMethod
(MethodType value)