Uses of Class
eu.clarin.sru.server.fcs.Layer.ContentEncoding
-
Packages that use Layer.ContentEncoding Package Description eu.clarin.sru.server.fcs -
-
Uses of Layer.ContentEncoding in eu.clarin.sru.server.fcs
Methods in eu.clarin.sru.server.fcs that return Layer.ContentEncoding Modifier and Type Method Description Layer.ContentEncoding
Layer. getContentEncoding()
Get the content encoding mode for this layer.static Layer.ContentEncoding
Layer.ContentEncoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static Layer.ContentEncoding[]
Layer.ContentEncoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in eu.clarin.sru.server.fcs with parameters of type Layer.ContentEncoding Constructor Description Layer(String id, URI resultId, String type, Layer.ContentEncoding encoding, String qualifier, String altValueInfo, URI altValueInfoURI)
Constructor.
-