Package eu.clarin.sru.client.fcs
Class DataViewLex.Field
- java.lang.Object
-
- eu.clarin.sru.client.fcs.DataViewLex.Field
-
- Enclosing class:
- DataViewLex
public static final class DataViewLex.Field extends Object
Container class for<Field/>
data.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Field(DataViewLex.FieldType type, List<DataViewLex.Value> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataViewLex.FieldType
getType()
List<DataViewLex.Value>
getValues()
-
-
-
Constructor Detail
-
Field
protected Field(DataViewLex.FieldType type, List<DataViewLex.Value> values)
-
-
Method Detail
-
getType
public DataViewLex.FieldType getType()
-
getValues
public List<DataViewLex.Value> getValues()
-
-