|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Value | |
---|---|
biweekly | |
biweekly.io.xml | |
biweekly.parameter | |
biweekly.property.marshaller |
Uses of Value in biweekly |
---|
Methods in biweekly with parameters of type Value | |
---|---|
Biweekly.WriterChainXml |
Biweekly.WriterChainXml.register(String parameterName,
Value dataType)
Registers the data type of an experimental parameter. |
Uses of Value in biweekly.io.xml |
---|
Methods in biweekly.io.xml with parameters of type Value | |
---|---|
List<String> |
XCalElement.all(Value dataType)
Gets all the values of a given data type. |
XCalElement |
XCalElement.append(Value dataType)
Adds an empty value. |
Element |
XCalElement.append(Value dataType,
String value)
Adds a value. |
XCalElement |
XCalElement.child(Value dataType)
Gets the first child element with the given data type. |
List<XCalElement> |
XCalElement.children(Value dataType)
Gets all child elements with the given data type. |
String |
XCalElement.first(Value dataType)
Gets the first value of the given data type. |
void |
XCalDocument.registerParameterDataType(String parameterName,
Value dataType)
Registers the data type of an experimental parameter. |
Uses of Value in biweekly.parameter |
---|
Fields in biweekly.parameter declared as Value | |
---|---|
static Value |
Value.BINARY
|
static Value |
Value.BOOLEAN
|
static Value |
Value.CAL_ADDRESS
|
static Value |
Value.DATE
|
static Value |
Value.DATE_TIME
|
static Value |
Value.DURATION
|
static Value |
Value.FLOAT
|
static Value |
Value.INTEGER
|
static Value |
Value.PERIOD
|
static Value |
Value.RECUR
|
static Value |
Value.TEXT
|
static Value |
Value.TIME
|
static Value |
Value.URI
|
static Value |
Value.UTC_OFFSET
|
Methods in biweekly.parameter that return Value | |
---|---|
static Value |
Value.find(String value)
Searches for a parameter value that is defined as a static constant in this class. |
static Value |
Value.get(String value)
Searches for a parameter value and creates one if it cannot be found. |
Value |
ICalParameters.getValue()
Gets the data type of the property's value (for example, "text" or "datetime"). |
Methods in biweekly.parameter with parameters of type Value | |
---|---|
void |
ICalParameters.setValue(Value value)
Sets the data type of the property's value (for example, "text" or "datetime"). |
Uses of Value in biweekly.property.marshaller |
---|
Fields in biweekly.property.marshaller declared as Value | |
---|---|
protected Value |
TextPropertyMarshaller.dataType
|
protected Value |
ListPropertyMarshaller.dataType
|
Constructors in biweekly.property.marshaller with parameters of type Value | |
---|---|
ListPropertyMarshaller(Class<T> clazz,
String propertyName,
Value dataType)
|
|
TextPropertyMarshaller(Class<T> clazz,
String propertyName,
Value dataType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |