com.google.gdata.data.calendar
Class SelectedProperty

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

public class SelectedProperty
extends ValueConstruct

GData schema extension describing selected property of a calendar


Field Summary
static SelectedProperty FALSE
           
static SelectedProperty TRUE
           
 
Constructor Summary
SelectedProperty()
           
SelectedProperty(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

TRUE

public static final SelectedProperty TRUE

FALSE

public static final SelectedProperty FALSE
Constructor Detail

SelectedProperty

public SelectedProperty()

SelectedProperty

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

getDefaultDescription

public static ExtensionDescription getDefaultDescription()