Class RelType
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Parameter
-
- net.fortuna.ical4j.model.parameter.RelType
-
- All Implemented Interfaces:
Serializable
,Comparable<Parameter>
,Encodable
public class RelType extends Parameter implements Encodable
$Id$ [18-Apr-2004] Defines a Relationship Type parameter.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RelType.Factory
-
Field Summary
Fields Modifier and Type Field Description static RelType
CHILD
Child.static RelType
PARENT
Parent.static RelType
SIBLING
Sibling.static RelType
SNOOZE
VALARM "Snooze".-
Fields inherited from class net.fortuna.ical4j.model.Parameter
ABBREV, ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DERIVED, DIR, DISPLAY, EMAIL, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FEATURE, FMTTYPE, LABEL, LANGUAGE, MEMBER, ORDER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SCHEDULE_AGENT, SCHEDULE_STATUS, SCHEMA, SENT_BY, TYPE, TZID, VALUE, VVENUE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
-
-
-
Constructor Detail
-
RelType
public RelType(String aValue)
- Parameters:
aValue
- a string representation of a relationship type
-
-