public class ICalDataType extends Object
Modifier and Type | Field and Description |
---|---|
static ICalDataType |
BINARY
Binary data (such as an image or word-processing document).
|
static ICalDataType |
BOOLEAN
Boolean value (i.e.
|
static ICalDataType |
CAL_ADDRESS
A URI containing a calendar user address (i.e.
|
static ICalDataType |
CONTENT_ID
The property value is located in a separate MIME entity (vCal 1.0 only).
|
static ICalDataType |
DATE
A date (e.g.
|
static ICalDataType |
DATE_TIME
A date/time value (e.g.
|
static ICalDataType |
DURATION
A duration of time (e.g.
|
static ICalDataType |
FLOAT
A floating point value (e.g.
|
static ICalDataType |
INTEGER
An integer value (e.g.
|
static ICalDataType |
PERIOD
A period of time (e.g.
|
static ICalDataType |
RECUR
A recurrence rule (e.g.
|
static ICalDataType |
TEXT
A plain text value.
|
static ICalDataType |
TIME
A time value (e.g.
|
static ICalDataType |
URI
A URI value.
|
static ICalDataType |
URL
A URL (e.g.
|
static ICalDataType |
UTC_OFFSET
A UTC-offset (e.g.
|
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 CONTENT_ID
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 URL
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-2015 Michael Angstadt. All Rights Reserved.