|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.pim.ICalendar.Parameter
public static class ICalendar.Parameter
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 |
|---|
public String name
public String value
| Constructor Detail |
|---|
public ICalendar.Parameter()
public ICalendar.Parameter(String name,
String value)
name - The name of the parameter.value - The value of the parameter.| Method Detail |
|---|
public String toString()
Object
toString in class Objectpublic void toString(StringBuilder sb)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||