|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Parameter
Defines an iCalendar parameter. Subclasses of this class provide additional validation and typed values for specific iCalendar parameters.
Field Summary | |
static String |
ALTREP
Alternate text representation. |
static String |
CN
Common name. |
static String |
CUTYPE
Calendar user type. |
static String |
DELEGATED_FROM
Delegator. |
static String |
DELEGATED_TO
Delegatee. |
static String |
DIR
Directory entry. |
static String |
ENCODING
Inline encoding. |
static String |
EXPERIMENTAL_PREFIX
Prefix to all experimental parameters. |
static String |
FBTYPE
Free/busy time type. |
static String |
FMTTYPE
Format type. |
static String |
LANGUAGE
Language for text. |
static String |
MEMBER
Group or list membership. |
static String |
PARTSTAT
Participation status. |
static String |
RANGE
Recurrence identifier range. |
static String |
RELATED
Alarm trigger relationship. |
static String |
RELTYPE
Relationship type. |
static String |
ROLE
Participation role. |
static String |
RSVP
RSVP expectation. |
static String |
SENT_BY
Sent by. |
static String |
TZID
Reference to time zone object. |
static String |
VALUE
Property value data type. |
Constructor Summary | |
Parameter(String aName)
Constructor. |
Method Summary | |
boolean |
equals(Object arg0)
|
String |
getName()
|
abstract String |
getValue()
|
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String ALTREP
public static final String CN
public static final String CUTYPE
public static final String DELEGATED_FROM
public static final String DELEGATED_TO
public static final String DIR
public static final String ENCODING
public static final String FMTTYPE
public static final String FBTYPE
public static final String LANGUAGE
public static final String MEMBER
public static final String PARTSTAT
public static final String RANGE
public static final String RELATED
public static final String RELTYPE
public static final String ROLE
public static final String RSVP
public static final String SENT_BY
public static final String TZID
public static final String VALUE
public static final String EXPERIMENTAL_PREFIX
Constructor Detail |
public Parameter(String aName)
aName
- name of this parameterMethod Detail |
public final String toString()
Object.toString()
public final String getName()
public abstract String getValue()
public final boolean equals(Object arg0)
public final int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |