public abstract static class ExpressionFactory.ExpressionModel extends Model
| Constructor and Description |
|---|
ExpressionFactory.ExpressionModel() |
| Modifier and Type | Method and Description |
|---|---|
abstract ExpressionFactory.ExpressionModel |
add(Model... models)
Add a new model to the expression.
|
String |
toJson()
Returns the json representation of the Model.
|
toJson, toJsonBulkpublic abstract ExpressionFactory.ExpressionModel add(Model... models)
models - : models to add.Copyright © 2015. All rights reserved.