|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ValueConstruct
com.google.gdata.data.photos.impl.ExifTag
public class ExifTag
An exif tag with a given name and value. All exif tags are represented as just a name and a string value. This element is marked "repeatable" because we allow arbitrary exif tags to be passed around.
| Constructor Summary | |
|---|---|
ExifTag(java.lang.String name)
Construct an empty exif tag with the given name. |
|
ExifTag(java.lang.String name,
java.lang.String value)
Construct an exif tag of <ns:name>value</ns:name>. |
|
| Method Summary | |
|---|---|
static ExtensionDescription |
getDefaultDescription()
Describe this tag. |
java.lang.String |
getName()
Get the name of this exif tag. |
| 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 |
| Constructor Detail |
|---|
public ExifTag(java.lang.String name)
public ExifTag(java.lang.String name,
java.lang.String value)
| Method Detail |
|---|
public java.lang.String getName()
public static ExtensionDescription getDefaultDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||