Enum Constant and Description |
---|
FORMAT_ERROR_FOR_MAP |
ILLEGAL_BOOLEAN |
ILLEGAL_CHAR |
ILLEGAL_FIELD_SIGNATURE |
ILLEGAL_IP_ADDRESS |
ILLEGAL_LIST |
ILLEGAL_METHOD_SIGNATURE |
ILLEGAL_OPERAND |
MAP_HAS_NO_KEY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(java.lang.Object... args) |
static Messages |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Messages[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Messages ILLEGAL_OPERAND
public static final Messages ILLEGAL_CHAR
public static final Messages ILLEGAL_BOOLEAN
public static final Messages ILLEGAL_METHOD_SIGNATURE
public static final Messages ILLEGAL_FIELD_SIGNATURE
public static final Messages ILLEGAL_LIST
public static final Messages FORMAT_ERROR_FOR_MAP
public static final Messages MAP_HAS_NO_KEY
public static final Messages ILLEGAL_IP_ADDRESS
public static Messages[] values()
for (Messages c : Messages.values()) System.out.println(c);
public static Messages valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String format(java.lang.Object... args)
Copyright © 2003-2013 Kohsuke Kawaguchi. All Rights Reserved.