biweekly.property.marshaller
Class AttachmentMarshaller
java.lang.Object
biweekly.property.marshaller.ICalPropertyMarshaller<Attachment>
biweekly.property.marshaller.AttachmentMarshaller
public class AttachmentMarshaller
- extends ICalPropertyMarshaller<Attachment>
Marshals Attachment
properties.
- Author:
- Michael Angstadt
Methods inherited from class biweekly.property.marshaller.ICalPropertyMarshaller |
date, date, escape, getPropertyClass, getPropertyName, getQName, parseComponent, parseList, parseText, parseXml, prepareParameters, split, unescape, writeText, writeXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttachmentMarshaller
public AttachmentMarshaller()
_prepareParameters
protected void _prepareParameters(Attachment property,
ICalParameters copy)
- Description copied from class:
ICalPropertyMarshaller
- Sanitizes a property's parameters (called before the property is
written). This should be overridden by child classes when required.
- Overrides:
_prepareParameters
in class ICalPropertyMarshaller<Attachment>
- Parameters:
property
- the propertycopy
- the list of parameters to make modifications to (it is a copy
of the property's parameters)
_writeText
protected String _writeText(Attachment property)
- Description copied from class:
ICalPropertyMarshaller
- Marshals a property's value to a string.
- Specified by:
_writeText
in class ICalPropertyMarshaller<Attachment>
- Parameters:
property
- the property
- Returns:
- the marshalled value
_parseText
protected Attachment _parseText(String value,
ICalParameters parameters,
List<String> warnings)
- Description copied from class:
ICalPropertyMarshaller
- Unmarshals a property's value.
- Specified by:
_parseText
in class ICalPropertyMarshaller<Attachment>
- Parameters:
value
- the valueparameters
- the property's parameterswarnings
- allows the programmer to alert the user to any
note-worthy (but non-critical) issues that occurred during the
unmarshalling process
- Returns:
- the unmarshalled property object
_writeXml
protected void _writeXml(Attachment property,
XCalElement element)
- Description copied from class:
ICalPropertyMarshaller
- Marshals a property's value to an XML element (xCal).
- Overrides:
_writeXml
in class ICalPropertyMarshaller<Attachment>
- Parameters:
property
- the propertyelement
- the XML element
_parseXml
protected Attachment _parseXml(XCalElement element,
ICalParameters parameters,
List<String> warnings)
- Description copied from class:
ICalPropertyMarshaller
- Unmarshals a property's value from an XML document (xCal).
- Overrides:
_parseXml
in class ICalPropertyMarshaller<Attachment>
- Parameters:
element
- the property's XML elementparameters
- the property's parameterswarnings
- allows the programmer to alert the user to any
note-worthy (but non-critical) issues that occurred during the
unmarshalling process
- Returns:
- the unmarshalled property object
Copyright © 2013 Michael Angstadt. All Rights Reserved.