| Package | Description | 
|---|---|
| com.streambase.liveview.client.dynamictables | 
 Provides classes and interfaces to configure TIBCO Live Datamart server's dynamic tables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FieldRule | 
FieldRule.setDescription(java.lang.String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<FieldRule> | 
TableConfig.getFieldRules()
This method gets you the list of field rules  
FieldRule | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TableConfig.addFieldRule(FieldRule fieldRule)
This method adds a field rule  
FieldRule to the existing list of field rules. |