Uses of Class
cz.o2.proxima.beam.core.io.StreamElementCoder.Type
-
Packages that use StreamElementCoder.Type Package Description cz.o2.proxima.beam.core.io -
-
Uses of StreamElementCoder.Type in cz.o2.proxima.beam.core.io
Methods in cz.o2.proxima.beam.core.io that return StreamElementCoder.Type Modifier and Type Method Description static StreamElementCoder.TypeStreamElementCoder.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreamElementCoder.Type[]StreamElementCoder.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-