Package | Description |
---|---|
com.streambase.liveview.client |
Provides classes and interfaces fundamental to the TIBCO Live Datamart Java API.
|
Modifier and Type | Method and Description |
---|---|
abstract OrderDefinition.Direction |
OrderDefinition.Direction.reverse() |
static OrderDefinition.Direction |
OrderDefinition.Direction.valueOf(java.lang.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(java.lang.String field,
OrderDefinition.Direction dir) |
OrderDefinition |
OrderDefinition.add(OrderDefinition.Direction[] dir,
java.lang.String... flds)
Add order definition field names with the specified Direction.
|
OrderDefinition |
OrderDefinition.add(OrderDefinition.Direction dir,
java.lang.String... flds)
Add order definition field names, all in the same direction
|