public class ExifTag extends ValueConstruct
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.
|
equals, generate, getHandler, getValue, hashCode, hasValue, isRequired, putAttributes, setValue
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
public ExifTag(java.lang.String name)
public ExifTag(java.lang.String name, java.lang.String value)
public java.lang.String getName()
public static ExtensionDescription getDefaultDescription()