| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected InvocationError |
AbstractSetResponse.operationError |
protected InvocationError |
OperationInvokedReportPart.operationError |
| Modifier and Type | Method and Description |
|---|---|
static InvocationError |
InvocationError.fromValue(java.lang.String v) |
InvocationError |
AbstractSetResponse.getOperationError()
Ruft den Wert der operationError-Eigenschaft ab.
|
InvocationError |
OperationInvokedReportPart.getOperationError()
Ruft den Wert der operationError-Eigenschaft ab.
|
static InvocationError |
InvocationError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvocationError[] |
InvocationError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSetResponse.setOperationError(InvocationError value)
Legt den Wert der operationError-Eigenschaft fest.
|
void |
OperationInvokedReportPart.setOperationError(InvocationError value)
Legt den Wert der operationError-Eigenschaft fest.
|