Uses of Enum Class
org.aksw.shellgebra.algebra.common.TranscodeMode
Packages that use TranscodeMode
Package
Description
-
Uses of TranscodeMode in org.aksw.shellgebra.algebra.common
Subclasses with type arguments of type TranscodeMode in org.aksw.shellgebra.algebra.commonMethods in org.aksw.shellgebra.algebra.common that return TranscodeModeModifier and TypeMethodDescriptionOpSpecTranscoding.mode()Returns the value of themoderecord component.static TranscodeModeReturns the enum constant of this class with the specified name.static TranscodeMode[]TranscodeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aksw.shellgebra.algebra.common with parameters of type TranscodeModeModifierConstructorDescriptionOpSpecTranscoding(TranscodeMode mode, String name) Creates an instance of aOpSpecTranscodingrecord class. -
Uses of TranscodeMode in org.aksw.shellgebra.algebra.stream.op
Methods in org.aksw.shellgebra.algebra.stream.op that return TranscodeModeConstructors in org.aksw.shellgebra.algebra.stream.op with parameters of type TranscodeModeModifierConstructorDescriptionStreamOpTranscode(TranscodeMode transcodeMode, String name, StreamOp subOp) -
Uses of TranscodeMode in org.aksw.shellgebra.registry.codec
Fields in org.aksw.shellgebra.registry.codec declared as TranscodeModeMethods in org.aksw.shellgebra.registry.codec with parameters of type TranscodeModeModifier and TypeMethodDescriptionCodecRegistry.getJavaCodec(String javaName, TranscodeMode mode)