biweekly.property
Class TextProperty

java.lang.Object
  extended by biweekly.property.ICalProperty
      extended by biweekly.property.ValuedProperty<String>
          extended by 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

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
TextProperty(String value)
          Creates a new text property.
 
Method Summary
 
Methods inherited from class biweekly.property.ValuedProperty
getValue, setValue, validate
 
Methods inherited from class biweekly.property.ICalProperty
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextProperty

public TextProperty(String value)
Creates a new text property.

Parameters:
value - the property's value


Copyright © 2013 Michael Angstadt. All Rights Reserved.