|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodType | |
---|---|
net.opengis.wps10 | |
net.opengis.wps10.impl | |
net.opengis.wps10.util |
Uses of MethodType in net.opengis.wps10 |
---|
Fields in net.opengis.wps10 declared as MethodType | |
---|---|
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 | |
---|---|
static MethodType |
MethodType.get(int value)
Returns the 'Method Type' literal with the specified integer value. |
static MethodType |
MethodType.get(java.lang.String literal)
Returns the 'Method Type' literal with the specified literal value. |
static MethodType |
MethodType.getByName(java.lang.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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
MethodType |
Wps10FactoryImpl.createMethodTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
MethodType |
Wps10FactoryImpl.createMethodTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
MethodType |
InputReferenceTypeImpl.getMethod()
|
Methods in net.opengis.wps10.impl with parameters of type MethodType | |
---|---|
void |
InputReferenceTypeImpl.setMethod(MethodType newMethod)
|
Uses of MethodType in net.opengis.wps10.util |
---|
Methods in net.opengis.wps10.util with parameters of type MethodType | |
---|---|
boolean |
Wps10Validator.validateMethodType(MethodType methodType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
Wps10Validator.validateMethodTypeObject(MethodType methodTypeObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |