public static enum Domain2Descriptor.Type extends Enum<Domain2Descriptor.Type>
| Enum Constant and Description |
|---|
BIG_DECIMAL |
BOOLEAN |
DOUBLE |
INT |
LIST |
LONG |
OBJECT |
PROPERTY |
STRING |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNumeric() |
static Domain2Descriptor.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain2Descriptor.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Domain2Descriptor.Type STRING
public static final Domain2Descriptor.Type INT
public static final Domain2Descriptor.Type BOOLEAN
public static final Domain2Descriptor.Type LONG
public static final Domain2Descriptor.Type BIG_DECIMAL
public static final Domain2Descriptor.Type OBJECT
public static final Domain2Descriptor.Type LIST
public static final Domain2Descriptor.Type DOUBLE
public static final Domain2Descriptor.Type PROPERTY
public static Domain2Descriptor.Type[] values()
for (Domain2Descriptor.Type c : Domain2Descriptor.Type.values()) System.out.println(c);
public static Domain2Descriptor.Type 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 boolean isNumeric()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.