public static enum Property.ValueType extends Enum<Property.ValueType>
Enum Constant and Description |
---|
BOOLEAN |
CLOSED_CHOICE |
DATE |
INTEGER |
LOCALE |
MIME_TYPE |
OPEN_CHOICE |
PROPER_NAME |
PROPERTY |
RATIONAL |
REAL |
TEXT |
URI |
URL |
XPATH |
Modifier and Type | Method and Description |
---|---|
static Property.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Property.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Property.ValueType BOOLEAN
public static final Property.ValueType OPEN_CHOICE
public static final Property.ValueType CLOSED_CHOICE
public static final Property.ValueType DATE
public static final Property.ValueType INTEGER
public static final Property.ValueType LOCALE
public static final Property.ValueType MIME_TYPE
public static final Property.ValueType PROPER_NAME
public static final Property.ValueType RATIONAL
public static final Property.ValueType REAL
public static final Property.ValueType TEXT
public static final Property.ValueType URI
public static final Property.ValueType URL
public static final Property.ValueType XPATH
public static final Property.ValueType PROPERTY
public static Property.ValueType[] values()
for (Property.ValueType c : Property.ValueType.values()) System.out.println(c);
public static Property.ValueType 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 nullCopyright © 2007–1969 The Apache Software Foundation. All rights reserved.