public static enum PropertyIndex.DataType extends Enum<PropertyIndex.DataType>
| Enum Constant and Description |
|---|
BINARY |
BOOLEAN |
CUA |
DATE |
DATE_TIME |
DURATION |
FLOAT |
HREF
Non-ical
|
INTEGER |
PERIOD |
RECUR |
SPECIAL
More work
|
TEXT |
TIME |
URI |
UTC_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonType() |
QName |
getXcalType() |
static PropertyIndex.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyIndex.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyIndex.DataType BINARY
public static final PropertyIndex.DataType BOOLEAN
public static final PropertyIndex.DataType CUA
public static final PropertyIndex.DataType DATE
public static final PropertyIndex.DataType DATE_TIME
public static final PropertyIndex.DataType DURATION
public static final PropertyIndex.DataType FLOAT
public static final PropertyIndex.DataType INTEGER
public static final PropertyIndex.DataType PERIOD
public static final PropertyIndex.DataType RECUR
public static final PropertyIndex.DataType TEXT
public static final PropertyIndex.DataType TIME
public static final PropertyIndex.DataType URI
public static final PropertyIndex.DataType UTC_OFFSET
public static final PropertyIndex.DataType SPECIAL
public static final PropertyIndex.DataType HREF
public static PropertyIndex.DataType[] values()
for (PropertyIndex.DataType c : PropertyIndex.DataType.values()) System.out.println(c);
public static PropertyIndex.DataType 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 QName getXcalType()
public String getJsonType()
Copyright © 2016 Bedework. All rights reserved.