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