biweekly.property
Class Method

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

Field Summary
 
Fields inherited from class biweekly.property.ValuedProperty
value
 
Fields inherited from class biweekly.property.ICalProperty
parameters
 
Constructor Summary
Method(String value)
          Creates a new method 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

Method

public Method(String value)
Creates a new method property.

Parameters:
value - the property value


Copyright © 2013 Michael Angstadt. All Rights Reserved.