@Deprecated public enum ValidationMessageKeys extends Enum<ValidationMessageKeys>
Enum Constant and Description |
---|
BOOLEAN
Deprecated.
|
DATE
Deprecated.
|
DOUBLE
Deprecated.
|
FLOAT
Deprecated.
|
INTEGER
Deprecated.
|
INVALID_VALUE
Deprecated.
|
LENGTH_OUT_OF_RANGE
Deprecated.
|
LONG
Deprecated.
|
MAX_LENGTH
Deprecated.
|
MAX_OCCURS
Deprecated.
|
MAX_VALUE
Deprecated.
|
MIN_LENGTH
Deprecated.
|
MIN_OCCURS
Deprecated.
|
MIN_VALUE
Deprecated.
|
OCCURS
Deprecated.
|
OUT_OF_RANGE
Deprecated.
|
REQUIRED
Deprecated.
|
REQUIRES_FIELD
Deprecated.
|
VALID_CHARS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Deprecated.
|
String |
getProperty()
Deprecated.
|
static ValidationMessageKeys |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ValidationMessageKeys[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationMessageKeys REQUIRED
public static final ValidationMessageKeys MIN_OCCURS
public static final ValidationMessageKeys MAX_OCCURS
public static final ValidationMessageKeys REQUIRES_FIELD
public static final ValidationMessageKeys VALID_CHARS
public static final ValidationMessageKeys OCCURS
public static final ValidationMessageKeys BOOLEAN
public static final ValidationMessageKeys DOUBLE
public static final ValidationMessageKeys OUT_OF_RANGE
public static final ValidationMessageKeys MAX_VALUE
public static final ValidationMessageKeys MIN_VALUE
public static final ValidationMessageKeys FLOAT
public static final ValidationMessageKeys LONG
public static final ValidationMessageKeys INTEGER
public static final ValidationMessageKeys DATE
public static final ValidationMessageKeys LENGTH_OUT_OF_RANGE
public static final ValidationMessageKeys MAX_LENGTH
public static final ValidationMessageKeys MIN_LENGTH
public static final ValidationMessageKeys INVALID_VALUE
public static ValidationMessageKeys[] values()
for (ValidationMessageKeys c : ValidationMessageKeys.values()) System.out.println(c);
public static ValidationMessageKeys 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 nullpublic String getProperty()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.