Package eu.clarin.sru.client.fcs
Class DataViewLex
- java.lang.Object
-
- eu.clarin.sru.client.fcs.DataView
-
- eu.clarin.sru.client.fcs.DataViewLex
-
public class DataViewLex extends DataView
A Data View implementation that stores the content of a Lex Data View.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataViewLex.FieldContainer class for<Field/>data.static classDataViewLex.FieldTypeAll validtypevalues for the<Field/>element of an Lex Data View<Entry/>.static classDataViewLex.ValueContainer class for<Value/>data.static classDataViewLex.VirtualFieldTypeAll valid virtualtypevalues for the<Entry/>element of an Lex Data View.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataViewLex(String pid, String ref, List<DataViewLex.Field> fields)protectedDataViewLex(String pid, String ref, List<DataViewLex.Field> fields, String xmlLang, String langUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DataViewLex.Field>getFields()StringgetLangUri()StringgetXmlLang()-
Methods inherited from class eu.clarin.sru.client.fcs.DataView
getMimeType, getPid, getRef, isMimeType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
The MIME type for CLARIN-FCS Lexical data views.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataViewLex
protected DataViewLex(String pid, String ref, List<DataViewLex.Field> fields, String xmlLang, String langUri)
-
DataViewLex
protected DataViewLex(String pid, String ref, List<DataViewLex.Field> fields)
-
-
Method Detail
-
getFields
public List<DataViewLex.Field> getFields()
-
getXmlLang
public String getXmlLang()
-
getLangUri
public String getLangUri()
-
-