biweekly.property
Class Method
java.lang.Object
biweekly.property.ICalProperty
biweekly.property.ValuedProperty<String>
biweekly.property.TextProperty
biweekly.property.Method
public class Method
- extends TextProperty
Specifies the value of the Content-Type "method" parameter if the iCalendar
object is defined as a MIME message entity.
Examples:
Method method = new Method("value");
- Author:
- Michael Angstadt
- Specification Reference:
- RFC 5545 p.77-8
Constructor Summary |
Method(String value)
Creates a new method property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method
public Method(String value)
- Creates a new method property.
- Parameters:
value
- the property value
Copyright © 2013 Michael Angstadt. All Rights Reserved.