com.iparelan.util.beans
Enum BeanTools.NonNullPropertyChangeEventValidator.ContextIndex
java.lang.Object
java.lang.Enum<BeanTools.NonNullPropertyChangeEventValidator.ContextIndex>
com.iparelan.util.beans.BeanTools.NonNullPropertyChangeEventValidator.ContextIndex
- All Implemented Interfaces:
- Serializable, Comparable<BeanTools.NonNullPropertyChangeEventValidator.ContextIndex>
- Enclosing class:
- BeanTools.NonNullPropertyChangeEventValidator
public static enum BeanTools.NonNullPropertyChangeEventValidator.ContextIndex
- extends Enum<BeanTools.NonNullPropertyChangeEventValidator.ContextIndex>
Indices of contextual information in the context
argument
of BeanTools.NonNullPropertyChangeEventValidator.validate(java.beans.PropertyChangeEvent, java.lang.Object...)
.
VALUE_DESCRIPTION
public static final BeanTools.NonNullPropertyChangeEventValidator.ContextIndex VALUE_DESCRIPTION
SOURCE
public static final BeanTools.NonNullPropertyChangeEventValidator.ContextIndex SOURCE
PROPERTY_NAME
public static final BeanTools.NonNullPropertyChangeEventValidator.ContextIndex PROPERTY_NAME
VALUE_TYPE
public static final BeanTools.NonNullPropertyChangeEventValidator.ContextIndex VALUE_TYPE
NULL_VALIDITY
public static final BeanTools.NonNullPropertyChangeEventValidator.ContextIndex NULL_VALIDITY
values
public static BeanTools.NonNullPropertyChangeEventValidator.ContextIndex[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (BeanTools.NonNullPropertyChangeEventValidator.ContextIndex c : BeanTools.NonNullPropertyChangeEventValidator.ContextIndex.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BeanTools.NonNullPropertyChangeEventValidator.ContextIndex valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.