Package eu.clarin.sru.client.fcs
Class DataViewGenericString
- java.lang.Object
-
- eu.clarin.sru.client.fcs.DataView
-
- eu.clarin.sru.client.fcs.DataViewGenericString
-
public class DataViewGenericString extends DataView
A generic Data View implementation that stores the content of a Data View as a String.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataViewGenericString(String type, String pid, String ref, String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
Get DataView content.-
Methods inherited from class eu.clarin.sru.client.fcs.DataView
getMimeType, getPid, getRef, isMimeType
-
-