public static enum ArgumentsConstants.ArgumentValidation extends Enum<ArgumentsConstants.ArgumentValidation>
| Enum Constant | Description |
|---|---|
A |
Application domain.
|
I |
Input file.
|
Q |
CCN queue.
|
R |
Destination country.
|
S |
originating country.
|
SCH |
Schematron
|
T |
CCN message type.
|
Z |
Attachments
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCode() |
Gets the code.
|
boolean |
isRequired() |
Check if this arg is required.
|
static ArgumentsConstants.ArgumentValidation |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ArgumentsConstants.ArgumentValidation[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArgumentsConstants.ArgumentValidation A
public static final ArgumentsConstants.ArgumentValidation T
public static final ArgumentsConstants.ArgumentValidation I
public static final ArgumentsConstants.ArgumentValidation R
public static final ArgumentsConstants.ArgumentValidation S
public static final ArgumentsConstants.ArgumentValidation Q
public static final ArgumentsConstants.ArgumentValidation Z
public static final ArgumentsConstants.ArgumentValidation SCH
public static ArgumentsConstants.ArgumentValidation[] values()
for (ArgumentsConstants.ArgumentValidation c : ArgumentsConstants.ArgumentValidation.values()) System.out.println(c);
public static ArgumentsConstants.ArgumentValidation 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.