com.google.gdata.data.calendar
Class ListType

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ValueConstruct
          extended by com.google.gdata.data.calendar.ListType
All Implemented Interfaces:
Extension

public class ListType
extends ValueConstruct

GData schema extension describing calendarlist type property of a calendar


Field Summary
static ListType ACCESSED
           
static ListType FAVORITE
           
static ListType OWNED
           
 
Constructor Summary
ListType()
           
ListType(java.lang.String value)
           
 
Method Summary
static ExtensionDescription getDefaultDescription()
           
 
Methods inherited from class com.google.gdata.data.ValueConstruct
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue
 
Methods inherited from class com.google.gdata.data.AbstractExtension
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAVORITE

public static final ListType FAVORITE

ACCESSED

public static final ListType ACCESSED

OWNED

public static final ListType OWNED
Constructor Detail

ListType

public ListType()

ListType

public ListType(java.lang.String value)
Method Detail

getDefaultDescription

public static ExtensionDescription getDefaultDescription()