org.rhq.modules.plugins.jbossas7
Enum Domain2Descriptor.Type
java.lang.Object
java.lang.Enum<Domain2Descriptor.Type>
org.rhq.modules.plugins.jbossas7.Domain2Descriptor.Type
- All Implemented Interfaces:
- Serializable, Comparable<Domain2Descriptor.Type>
- Enclosing class:
- Domain2Descriptor
public static enum Domain2Descriptor.Type
- extends Enum<Domain2Descriptor.Type>
STRING
public static final Domain2Descriptor.Type STRING
INT
public static final Domain2Descriptor.Type INT
BOOLEAN
public static final Domain2Descriptor.Type BOOLEAN
LONG
public static final Domain2Descriptor.Type LONG
BIG_DECIMAL
public static final Domain2Descriptor.Type BIG_DECIMAL
OBJECT
public static final Domain2Descriptor.Type OBJECT
LIST
public static final Domain2Descriptor.Type LIST
DOUBLE
public static final Domain2Descriptor.Type DOUBLE
values
public static Domain2Descriptor.Type[] 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 (Domain2Descriptor.Type c : Domain2Descriptor.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Domain2Descriptor.Type 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-2012 Red Hat, Inc.. All Rights Reserved.