public static enum ArgumentsConstants.ArgumentStatusMessage extends Enum<ArgumentsConstants.ArgumentStatusMessage>
| Enum Constant | Description |
|---|---|
A |
Application domain.
|
E |
output file.
|
F |
acceptance flag.
|
M |
Message ref ID.
|
Q |
CCN queue.
|
R |
Destination country.
|
S |
originating country.
|
T |
CCN message type.
|
V |
VERSION
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCode() |
Gets the code.
|
boolean |
isRequired() |
Check if this arg is required.
|
static ArgumentsConstants.ArgumentStatusMessage |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ArgumentsConstants.ArgumentStatusMessage[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArgumentsConstants.ArgumentStatusMessage A
public static final ArgumentsConstants.ArgumentStatusMessage T
public static final ArgumentsConstants.ArgumentStatusMessage S
public static final ArgumentsConstants.ArgumentStatusMessage R
public static final ArgumentsConstants.ArgumentStatusMessage Q
public static final ArgumentsConstants.ArgumentStatusMessage E
public static final ArgumentsConstants.ArgumentStatusMessage F
public static final ArgumentsConstants.ArgumentStatusMessage M
public static final ArgumentsConstants.ArgumentStatusMessage V
public static ArgumentsConstants.ArgumentStatusMessage[] values()
for (ArgumentsConstants.ArgumentStatusMessage c : ArgumentsConstants.ArgumentStatusMessage.values()) System.out.println(c);
public static ArgumentsConstants.ArgumentStatusMessage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCode()
public boolean isRequired()
Copyright © 2025. All rights reserved.