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