Uses of Class
org.apache.uima.cas.impl.BinaryCasSerDes4.Compression
-
Packages that use BinaryCasSerDes4.Compression Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of BinaryCasSerDes4.Compression in org.apache.uima.cas.impl
Methods in org.apache.uima.cas.impl that return BinaryCasSerDes4.Compression Modifier and Type Method Description static BinaryCasSerDes4.CompressionBinaryCasSerDes4.Compression. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BinaryCasSerDes4.Compression[]BinaryCasSerDes4.Compression. values()Returns an array containing the constants of this enum type, in the order they are declared.
-