protected static enum SetterSupport.Messages extends Enum<SetterSupport.Messages>
Enum Constant and Description |
---|
ILLEGAL_FIELD_SIGNATURE |
ILLEGAL_METHOD_SIGNATURE |
Modifier and Type | Method and Description |
---|---|
static SetterSupport.Messages |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetterSupport.Messages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetterSupport.Messages ILLEGAL_METHOD_SIGNATURE
public static final SetterSupport.Messages ILLEGAL_FIELD_SIGNATURE
public static SetterSupport.Messages[] values()
for (SetterSupport.Messages c : SetterSupport.Messages.values()) System.out.println(c);
public static SetterSupport.Messages 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 © 2008-2013 Sonatype. All Rights Reserved.