|
||||||||||
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
public abstract class Parameter
Defines an iCalendar parameter. Subclasses of this class provide additional validation and typed values for specific
iCalendar parameters.
Note that subclasses must provide a reference to the factory used to create the
parameter to support parameter cloning (copy). If no factory is specified an
UnsupportedOperationException
will be thrown by the copy()
method.
Field Summary | |
---|---|
static String |
ABBREV
Region abbreviation. |
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 |
SCHEDULE_AGENT
Schedule agent. |
static String |
SCHEDULE_STATUS
Schedule status. |
static String |
SENT_BY
Sent by. |
static String |
TYPE
Type. |
static String |
TZID
Reference to time zone object. |
static String |
VALUE
Property value data type. |
static String |
VVENUE
Reference to vvenue component. |
Constructor Summary | |
---|---|
Parameter(String aName,
ParameterFactory factory)
|
Method Summary | |
---|---|
Parameter |
copy()
Deep copy of parameter. |
boolean |
equals(Object arg0)
|
String |
getName()
|
int |
hashCode()
|
protected boolean |
isQuotable()
Indicates whether the current parameter value should be quoted. |
String |
toString()
|
Methods inherited from class net.fortuna.ical4j.model.Content |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String ABBREV
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 SCHEDULE_AGENT
public static final String SCHEDULE_STATUS
public static final String SENT_BY
public static final String TYPE
public static final String TZID
public static final String VALUE
public static final String VVENUE
public static final String EXPERIMENTAL_PREFIX
Constructor Detail |
---|
public Parameter(String aName, ParameterFactory factory)
aName
- the parameter identifierfactory
- the factory used to create the parameterMethod Detail |
---|
public final String toString()
toString
in class Object
protected boolean isQuotable()
public final String getName()
getName
in class Content
public final boolean equals(Object arg0)
equals
in class Object
public final int hashCode()
hashCode
in class Object
public Parameter copy() throws URISyntaxException
URISyntaxException
- where an invalid URI is encountered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |