Uses of Class
net.opengis.wps10.MethodType
-
Packages that use MethodType Package Description net.opengis.wps10 net.opengis.wps10.impl net.opengis.wps10.util net.opengis.wps10.validation -
-
Uses of MethodType in net.opengis.wps10
Fields in net.opengis.wps10 declared as MethodType Modifier and Type Field Description static MethodType
MethodType. GET_LITERAL
The 'GET' literal object.static MethodType
MethodType. POST_LITERAL
The 'POST' literal object.Methods in net.opengis.wps10 that return MethodType Modifier and Type Method Description static MethodType
MethodType. get(int value)
Returns the 'Method Type' literal with the specified integer value.static MethodType
MethodType. get(String literal)
Returns the 'Method Type' literal with the specified literal value.static MethodType
MethodType. getByName(String name)
Returns the 'Method Type' literal with the specified name.MethodType
InputReferenceType. getMethod()
Returns the value of the 'Method' attribute.Methods in net.opengis.wps10 with parameters of type MethodType Modifier and Type Method Description void
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 MethodType Modifier and Type Field Description protected MethodType
InputReferenceTypeImpl. method
The cached value of the 'Method
' attribute.protected static MethodType
InputReferenceTypeImpl. METHOD_EDEFAULT
The default value of the 'Method
' attribute.Methods in net.opengis.wps10.impl that return MethodType Modifier and Type Method Description MethodType
Wps10FactoryImpl. createMethodTypeFromString(EDataType eDataType, String initialValue)
MethodType
Wps10FactoryImpl. createMethodTypeObjectFromString(EDataType eDataType, String initialValue)
MethodType
InputReferenceTypeImpl. getMethod()
Methods in net.opengis.wps10.impl with parameters of type MethodType Modifier and Type Method Description void
InputReferenceTypeImpl. setMethod(MethodType newMethod)
-
Uses of MethodType in net.opengis.wps10.util
Methods in net.opengis.wps10.util with parameters of type MethodType Modifier and Type Method Description boolean
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 MethodType Modifier and Type Method Description boolean
InputReferenceTypeValidator. validateMethod(MethodType value)
-