|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Value | |
|---|---|
| net.fortuna.ical4j.model | Contains core types used to define the iCalendar model. |
| net.fortuna.ical4j.model.parameter | Contains types used to represent the iCalendar parameter model. |
| net.fortuna.ical4j.util | Contains utility types that provide supporting functionality for iCal4j. |
| Uses of Value in net.fortuna.ical4j.model |
|---|
| Methods in net.fortuna.ical4j.model that return Value | |
|---|---|
Value |
DateList.getType()
Returns the VALUE parameter specifying the type of dates (ie. |
| Methods in net.fortuna.ical4j.model with parameters of type Value | |
|---|---|
DateList |
Recur.getDates(Date seed,
Date periodStart,
Date periodEnd,
Value value)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date seed,
Date periodStart,
Date periodEnd,
Value value,
int maxCount)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date periodStart,
Date periodEnd,
Value value)
Returns a list of start dates in the specified period represented by this recur. |
DateList |
Recur.getDates(Date seed,
Period period,
Value value)
Convenience method for retrieving recurrences in a specified period. |
| Constructors in net.fortuna.ical4j.model with parameters of type Value | |
|---|---|
DateList(DateList list,
Value type)
Constructs a new date list of the specified type containing the dates in the specified list. |
|
DateList(java.lang.String aValue,
Value aType)
|
|
DateList(java.lang.String aValue,
Value aType,
TimeZone timezone)
Parses the specified string representation to create a list of dates. |
|
DateList(Value aType)
|
|
DateList(Value aType,
TimeZone timezone)
Default constructor. |
|
| Uses of Value in net.fortuna.ical4j.model.parameter |
|---|
| Fields in net.fortuna.ical4j.model.parameter declared as Value | |
|---|---|
static Value |
Value.BINARY
Binary value type. |
static Value |
Value.BOOLEAN
Boolean value type. |
static Value |
Value.CAL_ADDRESS
Calendar address value type. |
static Value |
Value.DATE
Date value type. |
static Value |
Value.DATE_TIME
Date-time value type. |
static Value |
Value.DURATION
Duration value type. |
static Value |
Value.FLOAT
Float value type. |
static Value |
Value.INTEGER
Integer value type. |
static Value |
Value.PERIOD
Period value type. |
static Value |
Value.RECUR
Recurrence value type. |
static Value |
Value.TEXT
Text value type. |
static Value |
Value.TIME
Time value type. |
static Value |
Value.URI
URI value type. |
static Value |
Value.UTC_OFFSET
UTC offset value type. |
| Uses of Value in net.fortuna.ical4j.util |
|---|
| Methods in net.fortuna.ical4j.util with parameters of type Value | |
|---|---|
static Date |
Dates.getInstance(java.util.Date date,
Value type)
Returns a new date instance of the specified type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||