org.gcube.datatransformation.datatransformationlibrary.datahandlers
Interface ContentTypeDataSource

All Known Subinterfaces:
DataBridge, DataSource
All Known Implementing Classes:
FilterDataBridge, REFDataBridge

public interface ContentTypeDataSource

Author:
john.gerbesiotis

The ContentTypeDataSource interface is implemented by those DataSource classes capable of fetching the ContentType of their DataElement's


Method Summary
 boolean hasNext()
          Returns true if the DataSource has more DataElements.
 ContentType nextContentType()
          Returns the next element's ContentType
 

Method Detail

nextContentType

ContentType nextContentType()
Returns the next element's ContentType

Returns:
the next element's ContentType

hasNext

boolean hasNext()
Returns true if the DataSource has more DataElements.

Returns:
true if the DataSource has more elements.


Copyright © 2013. All Rights Reserved.