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