Package eu.clarin.sru.client.fcs
Class ClarinFCSRecordData
- java.lang.Object
-
- eu.clarin.sru.client.fcs.ClarinFCSRecordData
-
- All Implemented Interfaces:
SRURecordData
public final class ClarinFCSRecordData extends Object implements SRURecordData
A record data implementation for CLARIN-FCS.
-
-
Field Summary
Fields Modifier and Type Field Description static String
RECORD_SCHEMA
The record schema for CLARIN-FCS records.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRecordSchema()
Resource
getResource()
Get the CLARIN-FCS record resource.boolean
isTransient()
-
-
-
Field Detail
-
RECORD_SCHEMA
public static final String RECORD_SCHEMA
The record schema for CLARIN-FCS records.- See Also:
- Constant Field Values
-
-
Method Detail
-
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interfaceSRURecordData
-
getRecordSchema
public String getRecordSchema()
- Specified by:
getRecordSchema
in interfaceSRURecordData
-
-