public static enum Verifier.ObjectType extends java.lang.Enum<Verifier.ObjectType>
Enum Constant and Description |
---|
BEHAVIOR |
COMPONENT |
CONVERTER |
VALIDATOR |
Modifier and Type | Method and Description |
---|---|
static Verifier.ObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Verifier.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Verifier.ObjectType COMPONENT
public static final Verifier.ObjectType CONVERTER
public static final Verifier.ObjectType VALIDATOR
public static final Verifier.ObjectType BEHAVIOR
public static Verifier.ObjectType[] values()
for (Verifier.ObjectType c : Verifier.ObjectType.values()) System.out.println(c);
public static Verifier.ObjectType 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 nullCopyright © 2002-2013 Oracle America, Inc. All Rights Reserved.