|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiweekly.ICalDataType
public class ICalDataType
Defines the data type of a property's value.
Field Summary | |
---|---|
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
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public String getName()
public String toString()
toString
in class Object
public static ICalDataType find(String value)
value
- the parameter value
public static ICalDataType get(String value)
==
equality.
value
- the parameter value
public static Collection<ICalDataType> all()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |