Package | Description |
---|---|
org.fusesource.camel.component.sap.model.rfc | |
org.fusesource.camel.component.sap.model.rfc.impl |
Modifier and Type | Field and Description |
---|---|
static List<TIDState> |
TIDState.VALUES
A public read-only list of all the 'TID State' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static TIDState |
TIDState.get(int value)
Returns the 'TID State' literal with the specified integer value.
|
static TIDState |
TIDState.get(String literal)
Returns the 'TID State' literal with the specified literal value.
|
static TIDState |
TIDState.getByName(String name)
Returns the 'TID State' literal with the specified name.
|
static TIDState |
TIDState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIDState[] |
TIDState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TIDState |
RfcFactoryImpl.createTIDStateFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Apache Camel