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 MethodTypeMethodType. GET_LITERALThe 'GET' literal object.static MethodTypeMethodType. POST_LITERALThe 'POST' literal object.Methods in net.opengis.wps10 that return MethodType Modifier and Type Method Description static MethodTypeMethodType. get(int value)Returns the 'Method Type' literal with the specified integer value.static MethodTypeMethodType. get(String literal)Returns the 'Method Type' literal with the specified literal value.static MethodTypeMethodType. getByName(String name)Returns the 'Method Type' literal with the specified name.MethodTypeInputReferenceType. getMethod()Returns the value of the 'Method' attribute.Methods in net.opengis.wps10 with parameters of type MethodType Modifier and Type Method Description voidInputReferenceType. 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 MethodTypeInputReferenceTypeImpl. methodThe cached value of the 'Method' attribute.protected static MethodTypeInputReferenceTypeImpl. METHOD_EDEFAULTThe default value of the 'Method' attribute.Methods in net.opengis.wps10.impl that return MethodType Modifier and Type Method Description MethodTypeWps10FactoryImpl. createMethodTypeFromString(EDataType eDataType, String initialValue)MethodTypeWps10FactoryImpl. createMethodTypeObjectFromString(EDataType eDataType, String initialValue)MethodTypeInputReferenceTypeImpl. getMethod()Methods in net.opengis.wps10.impl with parameters of type MethodType Modifier and Type Method Description voidInputReferenceTypeImpl. 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 booleanWps10Validator. validateMethodType(MethodType methodType, DiagnosticChain diagnostics, Map context)booleanWps10Validator. 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 booleanInputReferenceTypeValidator. validateMethod(MethodType value)
-