Package com.gpudb.protocol
Class InsertSymbolRequest.SymbolFormat
- java.lang.Object
-
- com.gpudb.protocol.InsertSymbolRequest.SymbolFormat
-
- Enclosing class:
- InsertSymbolRequest
public static final class InsertSymbolRequest.SymbolFormat extends Object
A set of string constants for theInsertSymbolRequestparametersymbolFormat.Specifies the symbol format. Must be either 'svg' or 'svg_path'.
-
-
Field Detail
-
SVG
public static final String SVG
- See Also:
- Constant Field Values
-
SVG_PATH
public static final String SVG_PATH
- See Also:
- Constant Field Values
-
-