| Package | Description |
|---|---|
| eu.vicci.process.model.sofia | |
| eu.vicci.process.model.sofia.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<HTTPverb> |
HTTPverb.VALUES
A public read-only list of all the 'HTT Pverb' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static HTTPverb |
HTTPverb.get(int value)
Returns the 'HTT Pverb' literal with the specified integer value.
|
static HTTPverb |
HTTPverb.get(String literal)
Returns the 'HTT Pverb' literal with the specified literal value.
|
static HTTPverb |
HTTPverb.getByName(String name)
Returns the 'HTT Pverb' literal with the specified name.
|
HTTPverb |
RESTInvoke.getHTTPMethod()
Returns the value of the 'HTTP Method' attribute.
|
static HTTPverb |
HTTPverb.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPverb[] |
HTTPverb.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RESTInvoke.setHTTPMethod(HTTPverb value)
Sets the value of the '
HTTP Method' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected static HTTPverb |
RESTInvokeImpl.HTTP_METHOD_EDEFAULT
The default value of the '
HTTP Method' attribute. |
protected HTTPverb |
RESTInvokeImpl.httpMethod
The cached value of the '
HTTP Method' attribute. |
| Modifier and Type | Method and Description |
|---|---|
HTTPverb |
SofiaFactoryImpl.createHTTPverbFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
HTTPverb |
RESTInvokeImpl.getHTTPMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
RESTInvokeImpl.setHTTPMethod(HTTPverb newHTTPMethod) |
Copyright © 2018. All rights reserved.