public class ExifTag extends ValueConstruct
AbstractExtension.AttributesHandlerattrNamelocalName, namespace| Constructor and Description |
|---|
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>.
|
| Modifier and Type | Method and Description |
|---|---|
static ExtensionDescription |
getDefaultDescription()
Describe this tag.
|
java.lang.String |
getName()
Get the name of this exif tag.
|
consumeAttributes, equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setRequired, setValuedisableStrictValidation, enableStrictValidation, eq, generate, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutable, validatepublic ExifTag(java.lang.String name)
public ExifTag(java.lang.String name,
java.lang.String value)
public java.lang.String getName()
public static ExtensionDescription getDefaultDescription()