Enum OptionJPartyField.Codeword
- java.lang.Object
-
- java.lang.Enum<OptionJPartyField.Codeword>
-
- com.prowidesoftware.swift.model.field.OptionJPartyField.Codeword
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<OptionJPartyField.Codeword>
- Enclosing class:
- OptionJPartyField
public static enum OptionJPartyField.Codeword extends java.lang.Enum<OptionJPartyField.Codeword>
- Since:
- 7.11.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OptionJPartyField.Codeword
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OptionJPartyField.Codeword[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ABIC
public static final OptionJPartyField.Codeword ABIC
-
NAME
public static final OptionJPartyField.Codeword NAME
-
ACCT
public static final OptionJPartyField.Codeword ACCT
-
ADD1
public static final OptionJPartyField.Codeword ADD1
-
ADD2
public static final OptionJPartyField.Codeword ADD2
-
CITY
public static final OptionJPartyField.Codeword CITY
-
USFW
public static final OptionJPartyField.Codeword USFW
-
USCH
public static final OptionJPartyField.Codeword USCH
-
GBSC
public static final OptionJPartyField.Codeword GBSC
-
CLRC
public static final OptionJPartyField.Codeword CLRC
-
NETS
public static final OptionJPartyField.Codeword NETS
-
SSIS
public static final OptionJPartyField.Codeword SSIS
-
LEIC
public static final OptionJPartyField.Codeword LEIC
-
TXID
public static final OptionJPartyField.Codeword TXID
-
NOSI
public static final OptionJPartyField.Codeword NOSI
-
SVBY
public static final OptionJPartyField.Codeword SVBY
-
-
Method Detail
-
values
public static OptionJPartyField.Codeword[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OptionJPartyField.Codeword c : OptionJPartyField.Codeword.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OptionJPartyField.Codeword valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-