public static enum AccessorInfo.AccessorKind extends Enum<AccessorInfo.AccessorKind>
| Modifier and Type | Method and Description |
|---|---|
static AccessorInfo.AccessorKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessorInfo.AccessorKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessorInfo.AccessorKind GETTER
public static final AccessorInfo.AccessorKind SETTER
public static final AccessorInfo.AccessorKind ADDRESS
public static final AccessorInfo.AccessorKind OFFSET
public static AccessorInfo.AccessorKind[] values()
public static AccessorInfo.AccessorKind 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 null