public enum AtomPropertyType extends Enum<AtomPropertyType>
Enum Constant and Description |
---|
BOOLEAN |
DATETIME |
DECIMAL |
HTML |
ID |
INTEGER |
STRING |
URI |
Modifier and Type | Method and Description |
---|---|
static AtomPropertyType |
fromValue(String v) |
String |
value() |
static AtomPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AtomPropertyType BOOLEAN
public static final AtomPropertyType ID
public static final AtomPropertyType INTEGER
public static final AtomPropertyType DATETIME
public static final AtomPropertyType DECIMAL
public static final AtomPropertyType HTML
public static final AtomPropertyType STRING
public static final AtomPropertyType URI
public static AtomPropertyType[] values()
for (AtomPropertyType c : AtomPropertyType.values()) System.out.println(c);
public static AtomPropertyType 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 String value()
public static AtomPropertyType fromValue(String v)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.