com.google.gdata.data.calendar
Class SyncEventProperty

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

public class SyncEventProperty
extends ValueConstruct

GData schema extension describing whether this is a sync scenario where the Ical UID and Sequence number are honored during inserts and updates.


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

FALSE

public static final SyncEventProperty FALSE
Constructor Detail

SyncEventProperty

public SyncEventProperty()

SyncEventProperty

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

getDefaultDescription

public static ExtensionDescription getDefaultDescription()