biweekly.property
Class TextProperty
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
- Direct Known Subclasses:
- Action, Attendee, CalendarScale, Classification, Comment, Contact, Description, Location, Method, Organizer, ProductId, RelatedTo, Status, Summary, TimezoneId, TimezoneName, TimezoneUrl, Transparency, Uid, Url
public class TextProperty
- extends ValuedProperty<String>
Represents a property whose value is a plain-text string. Note that this does
not always mean that the property has a data type of "text".
- Author:
- Michael Angstadt
Methods inherited from class biweekly.property.ICalProperty |
addParameter, getAltRepresentation, getCommonName, getDirectoryEntry, getFormatType, getLanguage, getParameter, getParameters, getParameters, getSentBy, getTimezoneId, removeParameter, setAltRepresentation, setCommonName, setDirectoryEntry, setFormatType, setLanguage, setParameter, setParameter, setParameters, setSentBy, setTimezone, setTimezoneId, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextProperty
public TextProperty(String value)
- Creates a new text property.
- Parameters:
value
- the property's value
Copyright © 2013 Michael Angstadt. All Rights Reserved.