public static enum ParserException.RejectReason extends Enum<ParserException.RejectReason>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static ParserException.RejectReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserException.RejectReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserException.RejectReason INVALID_TAG_NUMBER
public static final ParserException.RejectReason REQUIRED_TAG_MISSING
public static final ParserException.RejectReason TAG_NOT_DEFINED_FOR_THIS_MESSAGE_TYPE
public static final ParserException.RejectReason UNDEFINED_TAG
public static final ParserException.RejectReason TAG_SPECIFIED_WITHOUT_A_VALUE
public static final ParserException.RejectReason VALUE_IS_INCORRECT_FOR_THIS_TAG
public static final ParserException.RejectReason INCORRECT_DATA_FORMAT_FOR_VALUE
public static final ParserException.RejectReason DECRYPTION_PROBLEM
public static final ParserException.RejectReason SIGNATURE_PROBLEM
public static final ParserException.RejectReason COMPID_PROBLEM
public static final ParserException.RejectReason SENDINGTIME_ACCURACY_PROBLEM
public static final ParserException.RejectReason INVALID_MSGTYPE
public static final ParserException.RejectReason XML_VALIDATION_ERROR
public static final ParserException.RejectReason TAG_APPEARS_MORE_THAN_ONCE
public static final ParserException.RejectReason TAG_SPECIFIED_OUT_OF_REQUIRED_ORDER
public static final ParserException.RejectReason REPEATING_GROUP_FIELDS_OUT_OF_ORDER
public static final ParserException.RejectReason INCORRECT_NUMINGROUP_COUNT_FOR_REPEATING_GROUP
public static final ParserException.RejectReason NON_DATA_VALUE_INCLUDES_FIELD_DELIMITER
public static final ParserException.RejectReason INVALID_OR_UNSUPPORTED_APPLICATION_VERSION
public static final ParserException.RejectReason OTHER
public static ParserException.RejectReason[] values()
for (ParserException.RejectReason c : ParserException.RejectReason.values()) System.out.println(c);
public static ParserException.RejectReason 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 int getValue()
Copyright © 2005–2024 Onix Solutions. All rights reserved.