public static enum CompaniesPlanResponse.OrgCodeEnum extends Enum<CompaniesPlanResponse.OrgCodeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CompaniesPlanResponse.OrgCodeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CompaniesPlanResponse.OrgCodeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CompaniesPlanResponse.OrgCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompaniesPlanResponse.OrgCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompaniesPlanResponse.OrgCodeEnum PERSONAL
public static final CompaniesPlanResponse.OrgCodeEnum CORPORATE
public static CompaniesPlanResponse.OrgCodeEnum[] values()
for (CompaniesPlanResponse.OrgCodeEnum c : CompaniesPlanResponse.OrgCodeEnum.values()) System.out.println(c);
public static CompaniesPlanResponse.OrgCodeEnum 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 getValue()
public String toString()
toString in class Enum<CompaniesPlanResponse.OrgCodeEnum>public static CompaniesPlanResponse.OrgCodeEnum fromValue(String value)
Copyright © 2020. All rights reserved.