public class ICalDataType extends Object
Modifier and Type | Field and Description |
---|---|
static ICalDataType |
BINARY |
static ICalDataType |
BOOLEAN |
static ICalDataType |
CAL_ADDRESS |
static ICalDataType |
DATE |
static ICalDataType |
DATE_TIME |
static ICalDataType |
DURATION |
static ICalDataType |
FLOAT |
static ICalDataType |
INTEGER |
static ICalDataType |
PERIOD |
static ICalDataType |
RECUR |
static ICalDataType |
TEXT |
static ICalDataType |
TIME |
static ICalDataType |
URI |
static ICalDataType |
UTC_OFFSET |
Modifier and Type | Method and Description |
---|---|
static Collection<ICalDataType> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static ICalDataType |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static ICalDataType |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
String |
getName()
Gets the name of the data type.
|
String |
toString() |
public static final ICalDataType BINARY
public static final ICalDataType BOOLEAN
public static final ICalDataType CAL_ADDRESS
public static final ICalDataType DATE
public static final ICalDataType DATE_TIME
public static final ICalDataType DURATION
public static final ICalDataType FLOAT
public static final ICalDataType INTEGER
public static final ICalDataType PERIOD
public static final ICalDataType RECUR
public static final ICalDataType TEXT
public static final ICalDataType TIME
public static final ICalDataType URI
public static final ICalDataType UTC_OFFSET
public String getName()
public static ICalDataType find(String value)
value
- the parameter valuepublic static ICalDataType get(String value)
==
equality.value
- the parameter valuepublic static Collection<ICalDataType> all()
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.