| java.lang.Object |
| ↳ |
com.google.gdata.data.calendar.Namespaces |
Class Overview
GData namespace definitions related to Google Calendar.
Summary
| Constants |
| String |
gCal |
Google Calendar (GCAL) namespace |
| String |
gCalAlias |
Google Calendar (GCAL) namespace alias |
| String |
gCalPrefix |
Google Calendar (GCAL) namespace prefix |
| Fields |
|
public
static
final
XmlNamespace |
gCalNs |
XML writer namespace for Google Calendar (GCAL) |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
gCal
Google Calendar (GCAL) namespace
Constant Value:
"http://schemas.google.com/gCal/2005"
public
static
final
String
gCalAlias
Google Calendar (GCAL) namespace alias
Constant Value:
"gCal"
public
static
final
String
gCalPrefix
Google Calendar (GCAL) namespace prefix
Constant Value:
"http://schemas.google.com/gCal/2005#"
Fields
public
static
final
XmlNamespace
gCalNs
XML writer namespace for Google Calendar (GCAL)