Uses of Enum
com.google.refine.browsing.Engine.Mode
Packages that use Engine.Mode
Package
Description
-
Uses of Engine.Mode in com.google.refine.browsing
Fields in com.google.refine.browsing declared as Engine.ModeMethods in com.google.refine.browsing that return Engine.ModeModifier and TypeMethodDescriptionEngine.getMode()EngineConfig.getMode()static Engine.ModeEngine.stringToMode(String s) static Engine.ModeReturns the enum constant of this type with the specified name.static Engine.Mode[]Engine.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.refine.browsing with parameters of type Engine.ModeModifier and TypeMethodDescriptionstatic StringEngine.modeToString(Engine.Mode mode) voidEngine.setMode(Engine.Mode mode) Constructors in com.google.refine.browsing with parameters of type Engine.Mode -
Uses of Engine.Mode in com.google.refine.commands.row
Fields in com.google.refine.commands.row declared as Engine.ModeConstructors in com.google.refine.commands.row with parameters of type Engine.ModeModifierConstructorDescriptionprotectedJsonResult(Engine.Mode mode, List<GetRowsCommand.WrappedRow> rows, int filtered, int totalCount, int start, int limit, Pool pool) -
Uses of Engine.Mode in com.google.refine.operations.row
Fields in com.google.refine.operations.row declared as Engine.ModeMethods in com.google.refine.operations.row that return Engine.ModeConstructors in com.google.refine.operations.row with parameters of type Engine.Mode