Build 1.0_r1(from source)

android.pim
Class ICalendar.Parameter

java.lang.Object
  extended by android.pim.ICalendar.Parameter
Enclosing class:
ICalendar

public static class ICalendar.Parameter
extends Object

A parameter defined for an iCalendar property.


Field Summary
 String name
           
 String value
           
 
Constructor Summary
ICalendar.Parameter()
          Creates a new empty parameter.
ICalendar.Parameter(String name, String value)
          Creates a new parameter with the specified name and value.
 
Method Summary
 String toString()
          Returns a string containing a concise, human-readable description of the receiver.
 void toString(StringBuilder sb)
          Helper method that appends this parameter to a StringBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

ICalendar.Parameter

public ICalendar.Parameter()
Creates a new empty parameter.


ICalendar.Parameter

public ICalendar.Parameter(String name,
                           String value)
Creates a new parameter with the specified name and value.

Parameters:
name - The name of the parameter.
value - The value of the parameter.
Method Detail

toString

public String toString()
Description copied from class: Object
Returns a string containing a concise, human-readable description of the receiver.

Overrides:
toString in class Object
Returns:
String a printable representation for the receiver.

toString

public void toString(StringBuilder sb)
Helper method that appends this parameter to a StringBuilder.


Build 1.0_r1(from source)

Please submit a feedback, bug or feature