public static enum PaymentTerm.COLUMNS extends Enum<PaymentTerm.COLUMNS>
Enum Constant and Description |
---|
description |
netDays |
PaymentTermId |
Modifier and Type | Method and Description |
---|---|
static PaymentTerm.COLUMNS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentTerm.COLUMNS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentTerm.COLUMNS PaymentTermId
public static final PaymentTerm.COLUMNS description
public static final PaymentTerm.COLUMNS netDays
public static PaymentTerm.COLUMNS[] values()
for (PaymentTerm.COLUMNS c : PaymentTerm.COLUMNS.values()) System.out.println(c);
public static PaymentTerm.COLUMNS 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 nullCopyright © 2011–2019 Plain Source. All rights reserved.