com.google.gdata.data.photos.impl
Class GphotoDataImpl.GphotoType

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
              extended by com.google.gdata.data.photos.impl.GphotoDataImpl.GphotoType
All Implemented Interfaces:
Extension
Enclosing class:
GphotoDataImpl

Deprecated. Clients should use the atom:category to discover the kind of an item.

@Deprecated
public static class GphotoDataImpl.GphotoType
extends Extensions.GphotoConstruct

Gphoto type class, used for gphoto:type elements. This class is provided for backwards compatibility with existing clients, and should not be used for new code.


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
GphotoDataImpl.GphotoType()
          Deprecated.  
GphotoDataImpl.GphotoType(java.lang.String type)
          Deprecated.  
 
Method Summary
static ExtensionDescription getDefaultDescription()
          Deprecated.  
 
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

GphotoDataImpl.GphotoType

public GphotoDataImpl.GphotoType()
Deprecated. 

GphotoDataImpl.GphotoType

public GphotoDataImpl.GphotoType(java.lang.String type)
Deprecated. 
Method Detail

getDefaultDescription

public static ExtensionDescription getDefaultDescription()
Deprecated.