Class FbType
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Parameter
-
- net.fortuna.ical4j.model.parameter.FbType
-
- All Implemented Interfaces:
Serializable
,Comparable<Parameter>
,Encodable
public class FbType extends Parameter implements Encodable
$Id$ [18-Apr-2004] Defines a Free/Busy Time Type parameter.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FbType.Factory
-
Field Summary
Fields Modifier and Type Field Description static FbType
BUSY
Busy time.static FbType
BUSY_TENTATIVE
Busy (tentative) time.static FbType
BUSY_UNAVAILABLE
Busy (unavailable) time.static FbType
FREE
Free time.-
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
-
FbType
public FbType(String aValue)
- Parameters:
aValue
- a string representation of a format type
-
-