public static enum ResponseCommonCustomerData.CustomerUType extends Enum<ResponseCommonCustomerData.CustomerUType>
| Enum Constant and Description |
|---|
organisation |
person |
| Modifier and Type | Method and Description |
|---|---|
static ResponseCommonCustomerData.CustomerUType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponseCommonCustomerData.CustomerUType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseCommonCustomerData.CustomerUType person
public static final ResponseCommonCustomerData.CustomerUType organisation
public static ResponseCommonCustomerData.CustomerUType[] values()
for (ResponseCommonCustomerData.CustomerUType c : ResponseCommonCustomerData.CustomerUType.values()) System.out.println(c);
public static ResponseCommonCustomerData.CustomerUType 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 © 2020. All rights reserved.