public enum PropertyKind extends Enum<PropertyKind>
Enum Constant and Description |
---|
GETTER |
IMMUTABLE_SETTER |
MUTABLE_SETTER |
Modifier and Type | Method and Description |
---|---|
static PropertyKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyKind GETTER
public static final PropertyKind MUTABLE_SETTER
public static final PropertyKind IMMUTABLE_SETTER
public static PropertyKind[] values()
for (PropertyKind c : PropertyKind.values()) System.out.println(c);
public static PropertyKind 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
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.