Uses of Class
net.sf.okapi.lib.serialization.filter.Parameters.PROTOBUF_OUTPUT
-
Packages that use Parameters.PROTOBUF_OUTPUT Package Description net.sf.okapi.lib.serialization.filter -
-
Uses of Parameters.PROTOBUF_OUTPUT in net.sf.okapi.lib.serialization.filter
Methods in net.sf.okapi.lib.serialization.filter that return Parameters.PROTOBUF_OUTPUT Modifier and Type Method Description Parameters.PROTOBUF_OUTPUTParameters. getOutput()static Parameters.PROTOBUF_OUTPUTParameters.PROTOBUF_OUTPUT. valueOf(String name)Returns the enum constant of this type with the specified name.static Parameters.PROTOBUF_OUTPUT[]Parameters.PROTOBUF_OUTPUT. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.lib.serialization.filter with parameters of type Parameters.PROTOBUF_OUTPUT Modifier and Type Method Description voidParameters. setOutput(Parameters.PROTOBUF_OUTPUT output)
-