biweekly.property
Class TextProperty
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
- Direct Known Subclasses:
- Attendee, Comment, Contact, Description, EnumProperty, Location, Method, Organizer, ProductId, RelatedTo, Summary, TimezoneId, TimezoneName, TimezoneUrl, 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 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.