| Package | Description |
|---|---|
| org.xmcda | |
| org.xmcda.converters.v2_v3 |
This package contains all the necessary classes to convert XMCDA v2.2.1 to XMCDA v3 and vice-versa.
|
| Modifier and Type | Method and Description |
|---|---|
ProgramExecutionResult.Status |
ProgramExecutionResult.getStatus()
Return the status of this execution result
|
ProgramExecutionResult.Status |
ProgramExecutionResult.refreshStatus()
Examine all messages and set the appropriate status, except when the status is already set to TERMINATED, in
which case it is left unchanged.
|
static ProgramExecutionResult.Status |
ProgramExecutionResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramExecutionResult.Status[] |
ProgramExecutionResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramExecutionResult.forceStatus(ProgramExecutionResult.Status newStatus)
Do not make any checks and force the object's
status to the one supplied.WARNING! Unless you have very good reason, you probably want to use ProgramExecutionResult.updateStatus(Status). |
void |
ProgramExecutionResult.updateStatus(ProgramExecutionResult.Status status)
Updates the status of this execution results.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MethodMessagesConverter.convertExecutionStatusTo_v2(ProgramExecutionResult.Status executionStatus_v3,
MethodMessages msgs_v2)
Converts an XMCDA v3 execution status into a XMCDA v2 methodMessages' logMessage or an errorMessage, if and
only if
XMCDAConverter.ToV2ConverterParameters.convertExecutionStatusToMethodMessages() is true. |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.