java.io.Serializable
, java.lang.Comparable<PaymentCategoryPurpose1Code>
public enum PaymentCategoryPurpose1Code extends java.lang.Enum<PaymentCategoryPurpose1Code>
Java class for PaymentCategoryPurpose1Code.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PaymentCategoryPurpose1Code"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="CORT"/> <enumeration value="SALA"/> <enumeration value="TREA"/> <enumeration value="CASH"/> <enumeration value="DIVI"/> <enumeration value="GOVT"/> <enumeration value="INTE"/> <enumeration value="LOAN"/> <enumeration value="PENS"/> <enumeration value="SECU"/> <enumeration value="SSBE"/> <enumeration value="SUPP"/> <enumeration value="TAXS"/> <enumeration value="TRAD"/> <enumeration value="VATX"/> <enumeration value="HEDG"/> <enumeration value="INTC"/> <enumeration value="WHLD"/> </restriction> </simpleType>
Enum Constant | Description |
---|---|
CASH |
|
CORT |
|
DIVI |
|
GOVT |
|
HEDG |
|
INTC |
|
INTE |
|
LOAN |
|
PENS |
|
SALA |
|
SECU |
|
SSBE |
|
SUPP |
|
TAXS |
|
TRAD |
|
TREA |
|
VATX |
|
WHLD |
Modifier and Type | Method | Description |
---|---|---|
static PaymentCategoryPurpose1Code |
fromValue(java.lang.String v) |
|
java.lang.String |
value() |
|
static PaymentCategoryPurpose1Code |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static PaymentCategoryPurpose1Code[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentCategoryPurpose1Code CORT
public static final PaymentCategoryPurpose1Code SALA
public static final PaymentCategoryPurpose1Code TREA
public static final PaymentCategoryPurpose1Code CASH
public static final PaymentCategoryPurpose1Code DIVI
public static final PaymentCategoryPurpose1Code GOVT
public static final PaymentCategoryPurpose1Code INTE
public static final PaymentCategoryPurpose1Code LOAN
public static final PaymentCategoryPurpose1Code PENS
public static final PaymentCategoryPurpose1Code SECU
public static final PaymentCategoryPurpose1Code SSBE
public static final PaymentCategoryPurpose1Code SUPP
public static final PaymentCategoryPurpose1Code TAXS
public static final PaymentCategoryPurpose1Code TRAD
public static final PaymentCategoryPurpose1Code VATX
public static final PaymentCategoryPurpose1Code HEDG
public static final PaymentCategoryPurpose1Code INTC
public static final PaymentCategoryPurpose1Code WHLD
public static PaymentCategoryPurpose1Code[] values()
for (PaymentCategoryPurpose1Code c : PaymentCategoryPurpose1Code.values()) System.out.println(c);
public static PaymentCategoryPurpose1Code valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static PaymentCategoryPurpose1Code fromValue(java.lang.String v)
Copyright © 2018. All rights reserved.