Uses of Class
biweekly.ICalDataType

Packages that use ICalDataType
biweekly   
biweekly.component   
biweekly.io.json   
biweekly.io.xml   
biweekly.parameter   
biweekly.property   
biweekly.property.marshaller   
 

Uses of ICalDataType in biweekly
 

Fields in biweekly declared as ICalDataType
static ICalDataType ICalDataType.BINARY
           
static ICalDataType ICalDataType.BOOLEAN
           
static ICalDataType ICalDataType.CAL_ADDRESS
           
static ICalDataType ICalDataType.DATE
           
static ICalDataType ICalDataType.DATE_TIME
           
static ICalDataType ICalDataType.DURATION
           
static ICalDataType ICalDataType.FLOAT
           
static ICalDataType ICalDataType.INTEGER
           
static ICalDataType ICalDataType.PERIOD
           
static ICalDataType ICalDataType.RECUR
           
static ICalDataType ICalDataType.TEXT
           
static ICalDataType ICalDataType.TIME
           
static ICalDataType ICalDataType.URI
           
static ICalDataType ICalDataType.UTC_OFFSET
           
 

Methods in biweekly that return ICalDataType
static ICalDataType ICalDataType.find(String value)
          Searches for a parameter value that is defined as a static constant in this class.
static ICalDataType ICalDataType.get(String value)
          Searches for a parameter value and creates one if it cannot be found.
 

Methods in biweekly that return types with arguments of type ICalDataType
static Collection<ICalDataType> ICalDataType.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Methods in biweekly with parameters of type ICalDataType
 Biweekly.WriterChainXml Biweekly.WriterChainXml.register(String parameterName, ICalDataType dataType)
          Registers the data type of an experimental parameter.
 

Uses of ICalDataType in biweekly.component
 

Methods in biweekly.component with parameters of type ICalDataType
 RawProperty ICalComponent.addExperimentalProperty(String name, ICalDataType dataType, String value)
          Adds an experimental property to this component.
 RawProperty ICalComponent.setExperimentalProperty(String name, ICalDataType dataType, String value)
          Adds an experimental property to this component, removing all existing properties that have the same name.
 

Uses of ICalDataType in biweekly.io.json
 

Methods in biweekly.io.json with parameters of type ICalDataType
 void JCalRawReader.JCalDataStreamListener.readProperty(List<String> componentHierarchy, String propertyName, ICalParameters parameters, ICalDataType dataType, JCalValue value)
          Called when a property is read.
 void JCalRawWriter.writeProperty(String propertyName, ICalDataType dataType, JCalValue value)
          Writes a property to the current component.
 void JCalRawWriter.writeProperty(String propertyName, ICalParameters parameters, ICalDataType dataType, JCalValue value)
          Writes a property to the current component.
 

Uses of ICalDataType in biweekly.io.xml
 

Methods in biweekly.io.xml with parameters of type ICalDataType
 List<String> XCalElement.all(ICalDataType dataType)
          Gets all the values of a given data type.
 XCalElement XCalElement.append(ICalDataType dataType)
          Adds an empty value.
 Element XCalElement.append(ICalDataType dataType, String value)
          Adds a value.
 XCalElement XCalElement.child(ICalDataType dataType)
          Gets the first child element with the given data type.
 List<XCalElement> XCalElement.children(ICalDataType dataType)
          Gets all child elements with the given data type.
 String XCalElement.first(ICalDataType dataType)
          Gets the first value of the given data type.
 void XCalDocument.registerParameterDataType(String parameterName, ICalDataType dataType)
          Registers the data type of an experimental parameter.
 

Uses of ICalDataType in biweekly.parameter
 

Methods in biweekly.parameter that return ICalDataType
 ICalDataType ICalParameters.getValue()
          Gets the data type of the property's value (for example, "text" or "datetime").
 

Methods in biweekly.parameter with parameters of type ICalDataType
 void ICalParameters.setValue(ICalDataType value)
          Sets the data type of the property's value (for example, "text" or "datetime").
 

Uses of ICalDataType in biweekly.property
 

Methods in biweekly.property that return ICalDataType
 ICalDataType RawProperty.getDataType()
           
 

Constructors in biweekly.property with parameters of type ICalDataType
RawProperty(String name, ICalDataType dataType, String value)
           
 

Uses of ICalDataType in biweekly.property.marshaller
 

Fields in biweekly.property.marshaller declared as ICalDataType
protected  ICalDataType ICalPropertyMarshaller.defaultDataType
           
 

Methods in biweekly.property.marshaller that return ICalDataType
protected  ICalDataType AttachmentMarshaller._dataType(Attachment property)
           
protected  ICalDataType ExceptionDatesMarshaller._dataType(ExceptionDates property)
           
protected  ICalDataType RawPropertyMarshaller._dataType(RawProperty property)
           
protected  ICalDataType RecurrenceDatesMarshaller._dataType(RecurrenceDates property)
           
protected  ICalDataType ICalPropertyMarshaller._dataType(T property)
           Determines the data type of a property instance.
protected  ICalDataType DateOrDateTimePropertyMarshaller._dataType(T property)
           
protected  ICalDataType TriggerMarshaller._dataType(Trigger property)
           
 ICalDataType ICalPropertyMarshaller.dataType(T property)
          Determines the data type of a property instance.
 ICalDataType ICalPropertyMarshaller.getDefaultDataType()
          Gets the property's default data type.
 

Methods in biweekly.property.marshaller with parameters of type ICalDataType
protected  Xml XmlMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Version VersionMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T UtcOffsetPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Trigger TriggerMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T TextPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RequestStatus RequestStatusMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T RecurrencePropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RecurrenceDates RecurrenceDatesMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T ListPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T IntegerPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T ICalPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
          /**
protected  Geo GeoMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  FreeBusy FreeBusyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  ExceptionDates ExceptionDatesMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  DurationProperty DurationPropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T DateTimePropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T DateOrDateTimePropertyMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Attachment AttachmentMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Xml XmlMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Version VersionMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T UtcOffsetPropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Trigger TriggerMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T TextPropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RequestStatus RequestStatusMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T RecurrencePropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RecurrenceDates RecurrenceDatesMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RawProperty RawPropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T ListPropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T IntegerPropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected abstract  T ICalPropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
          Unmarshals a property from a plain-text iCalendar data stream.
protected  Geo GeoMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  FreeBusy FreeBusyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  DurationProperty DurationPropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T DateTimePropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  T DateOrDateTimePropertyMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Attachment AttachmentMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected static CannotParseException ICalPropertyMarshaller.missingXmlElements(ICalDataType... dataTypes)
          Creates a CannotParseException, indicating that the XML elements that the parser expected to find are missing from the property's XML element.
 Resources ResourcesMarshaller.newInstance(ICalDataType dataType, ICalParameters parameters)
           
protected abstract  T ListPropertyMarshaller.newInstance(ICalDataType dataType, ICalParameters parameters)
           
protected  ExceptionDates ExceptionDatesMarshaller.newInstance(ICalDataType dataType, ICalParameters parameters)
           
 Categories CategoriesMarshaller.newInstance(ICalDataType dataType, ICalParameters parameters)
           
 ICalPropertyMarshaller.Result<T> ICalPropertyMarshaller.parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters)
          Unmarshals a property's value from a JSON data stream (jCal).
 ICalPropertyMarshaller.Result<T> ICalPropertyMarshaller.parseText(String value, ICalDataType dataType, ICalParameters parameters)
          Unmarshals a property from a plain-text iCalendar data stream.
protected  String TextListPropertyMarshaller.readValue(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected abstract  V ListPropertyMarshaller.readValue(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  Date ExceptionDatesMarshaller.readValue(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
 

Constructors in biweekly.property.marshaller with parameters of type ICalDataType
ICalPropertyMarshaller(Class<T> clazz, String propertyName, ICalDataType defaultDataType)
          Creates a new marshaller.
ICalPropertyMarshaller(Class<T> clazz, String propertyName, ICalDataType defaultDataType, QName qname)
          Creates a new marshaller.
ListPropertyMarshaller(Class<T> clazz, String propertyName, ICalDataType dataType)
           
TextPropertyMarshaller(Class<T> clazz, String propertyName, ICalDataType dataType)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.