|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezvcard.parameters.VCardParameter
ezvcard.parameters.ValueParameter
public class ValueParameter
Represents a VALUE parameter.
Field Summary | |
---|---|
static ValueParameter |
BINARY
vCard versions: 3.0 |
static ValueParameter |
BOOLEAN
vCard versions: 4.0 |
static ValueParameter |
CONTENT_ID
vCard versions: 2.1 (p.8-9) |
static ValueParameter |
DATE
vCard versions: 3.0, 4.0 |
static ValueParameter |
DATE_AND_OR_TIME
vCard versions: 4.0 |
static ValueParameter |
DATE_TIME
vCard versions: 3.0, 4.0 |
static ValueParameter |
FLOAT
vCard versions: 4.0 |
static ValueParameter |
INTEGER
vCard versions: 4.0 |
static ValueParameter |
LANGUAGE_TAG
vCard versions: 4.0 |
static String |
NAME
|
static ValueParameter |
TEXT
vCard versions: 3.0, 4.0 |
static ValueParameter |
TIME
vCard versions: 3.0, 4.0 |
static ValueParameter |
TIMESTAMP
vCard versions: 4.0 |
static ValueParameter |
URI
vCard versions: 3.0, 4.0 |
static ValueParameter |
URL
vCard versions: 2.1 (p.18-9) |
static ValueParameter |
UTC_OFFSET
vCard versions: 4.0 |
Fields inherited from class ezvcard.parameters.VCardParameter |
---|
name, value |
Constructor Summary | |
---|---|
ValueParameter(String value)
Use of this constructor is discouraged and should only be used for defining non-standard VALUEs. |
Method Summary | |
---|---|
static ValueParameter |
valueOf(String value)
Searches the static objects in this class for one that has a certain type value. |
Methods inherited from class ezvcard.parameters.VCardParameter |
---|
all, equals, findByValue, getName, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final ValueParameter URL
public static final ValueParameter CONTENT_ID
public static final ValueParameter BINARY
public static final ValueParameter URI
public static final ValueParameter TEXT
public static final ValueParameter DATE
public static final ValueParameter TIME
public static final ValueParameter DATE_TIME
public static final ValueParameter DATE_AND_OR_TIME
public static final ValueParameter TIMESTAMP
public static final ValueParameter BOOLEAN
public static final ValueParameter INTEGER
public static final ValueParameter FLOAT
public static final ValueParameter UTC_OFFSET
public static final ValueParameter LANGUAGE_TAG
Constructor Detail |
---|
public ValueParameter(String value)
value
- the type value (e.g. "uri")Method Detail |
---|
public static ValueParameter valueOf(String value)
value
- the type value to search for (e.g. "text")
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |