|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResponseFormType | |
---|---|
net.opengis.wps10 | |
net.opengis.wps10.impl | |
net.opengis.wps10.util |
Uses of ResponseFormType in net.opengis.wps10 |
---|
Methods in net.opengis.wps10 that return ResponseFormType | |
---|---|
ResponseFormType |
Wps10Factory.createResponseFormType()
Returns a new object of class 'Response Form Type'. |
ResponseFormType |
ExecuteType.getResponseForm()
Returns the value of the 'Response Form' containment reference. |
Methods in net.opengis.wps10 with parameters of type ResponseFormType | |
---|---|
void |
ExecuteType.setResponseForm(ResponseFormType value)
Sets the value of the ' Response Form ' containment reference. |
Uses of ResponseFormType in net.opengis.wps10.impl |
---|
Classes in net.opengis.wps10.impl that implement ResponseFormType | |
---|---|
class |
ResponseFormTypeImpl
An implementation of the model object 'Response Form Type'. |
Fields in net.opengis.wps10.impl declared as ResponseFormType | |
---|---|
protected ResponseFormType |
ExecuteTypeImpl.responseForm
The cached value of the ' Response Form ' containment reference. |
Methods in net.opengis.wps10.impl that return ResponseFormType | |
---|---|
ResponseFormType |
Wps10FactoryImpl.createResponseFormType()
|
ResponseFormType |
ExecuteTypeImpl.getResponseForm()
|
Methods in net.opengis.wps10.impl with parameters of type ResponseFormType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ExecuteTypeImpl.basicSetResponseForm(ResponseFormType newResponseForm,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
ExecuteTypeImpl.setResponseForm(ResponseFormType newResponseForm)
|
Uses of ResponseFormType in net.opengis.wps10.util |
---|
Methods in net.opengis.wps10.util with parameters of type ResponseFormType | |
---|---|
java.lang.Object |
Wps10Switch.caseResponseFormType(ResponseFormType object)
Returns the result of interpreting the object as an instance of 'Response Form Type'. |
boolean |
Wps10Validator.validateResponseFormType(ResponseFormType responseFormType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |