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 class
DataViewLex.Field
Container class for<Field/>
data.static class
DataViewLex.FieldType
All validtype
values for the<Field/>
element of an Lex Data View<Entry/>
.static class
DataViewLex.Value
Container class for<Value/>
data.static class
DataViewLex.VirtualFieldType
All valid virtualtype
values for the<Entry/>
element of an Lex Data View.
-
Constructor Summary
Constructors Modifier Constructor Description protected
DataViewLex(String pid, String ref, List<DataViewLex.Field> fields)
protected
DataViewLex(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()
String
getLangUri()
String
getXmlLang()
-
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()
-
-