| Package | Description | 
|---|---|
| com.streambase.liveview.client | 
 Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) List<OrderDefinition.Direction> | 
OrderDefinition.directions  | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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 
 | 
Copyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.