com.google.gdata.data.photos.impl
Class Extensions.GphotoConstruct

java.lang.Object
  extended by com.google.gdata.data.AbstractExtension
      extended by com.google.gdata.data.ValueConstruct
          extended by com.google.gdata.data.photos.impl.Extensions.GphotoConstruct
All Implemented Interfaces:
Extension
Direct Known Subclasses:
Extensions.GphotoAlbumId, Extensions.GphotoCommentCount, Extensions.GphotoCommentsEnabled, Extensions.GphotoNickname, Extensions.GphotoPhotoId, Extensions.GphotoThumbnail, Extensions.GphotoTimestamp, Extensions.GphotoUsername, Extensions.GphotoVersion, GphotoDataImpl.GphotoRssLink, GphotoDataImpl.GphotoType, PhotoDataImpl.GphotoChecksum, PhotoDataImpl.GphotoClient, PhotoDataImpl.GphotoExifTime, PhotoDataImpl.GphotoHeight, PhotoDataImpl.GphotoPosition, PhotoDataImpl.GphotoRotation, PhotoDataImpl.GphotoSize, PhotoDataImpl.GphotoStreamId, PhotoDataImpl.GphotoVideoStatus, PhotoDataImpl.GphotoVideoUrl, PhotoDataImpl.GphotoWidth, TagDataImpl.GphotoWeight, UserDataImpl.GphotoMaxPhotos, UserDataImpl.GphotoQuotaLimit, UserDataImpl.GphotoQuotaUsed
Enclosing class:
Extensions

public abstract static class Extensions.GphotoConstruct
extends ValueConstruct

Parent class for gphoto:foo extensions.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gdata.data.AbstractExtension
AbstractExtension.AttributesHandler
 
Field Summary
 
Fields inherited from class com.google.gdata.data.ValueConstruct
attrName
 
Fields inherited from class com.google.gdata.data.AbstractExtension
localName, namespace
 
Constructor Summary
Extensions.GphotoConstruct(java.lang.String name)
           
Extensions.GphotoConstruct(java.lang.String name, java.lang.String value)
           
 
Method Summary
 
Methods inherited from class com.google.gdata.data.ValueConstruct
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValue
 
Methods inherited from class com.google.gdata.data.AbstractExtension
eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extensions.GphotoConstruct

public Extensions.GphotoConstruct(java.lang.String name)

Extensions.GphotoConstruct

public Extensions.GphotoConstruct(java.lang.String name,
                                  java.lang.String value)