org.gcube.datatransformation.datatransformationlibrary.datahandlers
Interface ContentTypeEvaluator


public interface ContentTypeEvaluator

Author:
Dimitris Katris, NKUA Content type evaluator is an interface which is implemented by classes which are able to find the ContentType of a data elements.

Method Summary
 ContentType evaluateContentTypeOfDataElement(String dataElementID)
          Evaluates the ContentType of the DataElement with id dataElementID.
 

Method Detail

evaluateContentTypeOfDataElement

ContentType evaluateContentTypeOfDataElement(String dataElementID)
                                             throws Exception
Evaluates the ContentType of the DataElement with id dataElementID.

Parameters:
dataElementID - The id of the DataElement.
Returns:
The ContentType of the DataElement.
Throws:
Exception - If the evaluator did not manage to evaluate the ContentType.


Copyright © 2013. All Rights Reserved.