public static enum Constants.PropertyType extends Enum<Constants.PropertyType>
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static Constants.PropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.PropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.PropertyType STRING
public static final Constants.PropertyType LONG
public static final Constants.PropertyType DOUBLE
public static final Constants.PropertyType BOOLEAN
public static final Constants.PropertyType DATE
public static Constants.PropertyType[] values()
for (Constants.PropertyType c : Constants.PropertyType.values()) System.out.println(c);
public static Constants.PropertyType 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 int getId()
Copyright © 2011-2012 Tirasa. All Rights Reserved.