Class Schema
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Parameter
-
- net.fortuna.ical4j.model.parameter.Schema
-
- All Implemented Interfaces:
Serializable
,Comparable<Parameter>
public class Schema extends Parameter
$Id$ [18-Apr-2004] Provides identifying information about the nature of the content of the corresponding "STRUCTURED-DATA" property value. .- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Schema.Factory
-
Field Summary
Fields Modifier and Type Field Description static Schema
SCHEMA_ACTION
static Schema
SCHEMA_EVENT
static Schema
SCHEMA_PERSON
static Schema
SCHEMA_PLACE
static Schema
SCHEMA_THING
-
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
-
-
-
-
Constructor Detail
-
Schema
public Schema(String aValue)
- Parameters:
aValue
- a string representation of a schema uri- Throws:
IllegalArgumentException
- when the specified string is not a valid (quoted) uri
-
Schema
public Schema(URI aUri)
- Parameters:
aUri
- a URI reference to a schema
-
-