Uses of Class
com.streambase.liveview.client.OrderDefinition.Direction
-
Packages that use OrderDefinition.Direction Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of OrderDefinition.Direction in com.streambase.liveview.client
Methods in com.streambase.liveview.client that return OrderDefinition.Direction Modifier and Type Method Description abstract OrderDefinition.Direction
OrderDefinition.Direction. reverse()
static OrderDefinition.Direction
OrderDefinition.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static OrderDefinition.Direction[]
OrderDefinition.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.streambase.liveview.client with parameters of type OrderDefinition.Direction Modifier and Type Method Description void
OrderDefinition.OrderDefinitionVisitor. accept(String field, OrderDefinition.Direction dir)
OrderDefinition
OrderDefinition. add(OrderDefinition.Direction[] dir, String... flds)
Add order definition field names with the specified Direction.OrderDefinition
OrderDefinition. add(OrderDefinition.Direction dir, String... flds)
Add order definition field names, all in the same direction
-