Uses of Enum Class
com.streambase.sb.ParseStyle
Package
Description
Provides classes and interfaces fundamental to the Streaming Java API.
-
Uses of ParseStyle in com.streambase.sb
Modifier and TypeMethodDescription(package private) ParseStyle
TupleJSONUtil.SetTupleFromJSON.getParseStyle()
Getter for the parseStylestatic ParseStyle
Returns the enum constant of this class with the specified name.static ParseStyle[]
ParseStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTupleJSONUtil.SetTupleFromJSON.withParseStyle
(ParseStyle style) Sets the parsestyle of a new SetTupleFromJSON and returns it.