public static enum AccessType.Type extends Enum<AccessType.Type>
| Modifier and Type | Method and Description |
|---|---|
static AccessType.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessType.Type FIELD
public static final AccessType.Type PROPERTY
public static AccessType.Type[] values()
for (AccessType.Type c : AccessType.Type.values()) System.out.println(c);
public static AccessType.Type 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 © 2011–2021 Pivotal Software, Inc.. All rights reserved.