public static enum OmegaCustomerTrx.EnumType extends Enum<OmegaCustomerTrx.EnumType>
| Enum Constant and Description |
|---|
VALUE_CM |
VALUE_DM |
VALUE_INV |
VALUE_PRO_FORMA |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OmegaCustomerTrx.EnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OmegaCustomerTrx.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="CM") public static final OmegaCustomerTrx.EnumType VALUE_CM
@SerializedName(value="DM") public static final OmegaCustomerTrx.EnumType VALUE_DM
@SerializedName(value="INV") public static final OmegaCustomerTrx.EnumType VALUE_INV
@SerializedName(value="PRO_FORMA") public static final OmegaCustomerTrx.EnumType VALUE_PRO_FORMA
public static OmegaCustomerTrx.EnumType[] values()
for (OmegaCustomerTrx.EnumType c : OmegaCustomerTrx.EnumType.values()) System.out.println(c);
public static OmegaCustomerTrx.EnumType 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 toString()
toString in class Enum<OmegaCustomerTrx.EnumType>Copyright © 2024. All rights reserved.