This project has retired. For details please refer to its
Attic page .
DataSet (Clerezza - Reactor build (root) 0.3-SNAPSHOT API)
JavaScript is disabled on your browser.
java.lang.Object
org.apache.clerezza.utils.imageprocessing.metadataprocessing.DataSet
Direct Known Subclasses:
ExifTagDataSet , IptcDataSet
public abstract class DataSet
extends Object
This class represents an abstract meta data set.
Instances of these class hold format specific information
and information how to convert a data set into XMP format.
Author:
daniel
Field Summary
Fields
Modifier and Type
Field and Description
protected org.slf4j.Logger
logger
Logger instance.
Constructor Summary
Constructors
Constructor and Description
DataSet ()
Method Summary
Methods
Modifier and Type
Method and Description
abstract String
getKey ()
Returns the a key that identifies this data set.
abstract String
getValue ()
Returns the value of the DataSet.
abstract void
set (String value)
Sets the value.
String
toString ()
Copyright © 2014 The Apache Software Foundation . All Rights Reserved.