Uses of Class
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models.Format

Packages that use Format
gov.ornl.csed.csiir.idr.kdd.dataservice.client   
gov.ornl.csed.csiir.idr.kdd.dataservice.server.models   
 

Uses of Format in gov.ornl.csed.csiir.idr.kdd.dataservice.client
 

Methods in gov.ornl.csed.csiir.idr.kdd.dataservice.client with parameters of type Format
 java.net.URL DataServiceClient.getDocumentURL(java.lang.String dataSetId, java.lang.String documentId, Format format, java.lang.String logId)
          Retrieves the URL for a source document.
 java.lang.String DataServiceClient.requestDocument(java.lang.String dataSetId, java.lang.String documentId, Format format, DocumentConsumer consumer, java.lang.String logId)
          Retrieves the source document asynchronously.
 

Uses of Format in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models
 

Methods in gov.ornl.csed.csiir.idr.kdd.dataservice.server.models that return Format
static Format Format.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Format[] Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.