public class Variables extends Object
| Constructor and Description |
|---|
Variables() |
| Modifier and Type | Method and Description |
|---|---|
BulletListVariable |
addBulletListVariable(BulletListVariable bulletListVariable) |
ImageVariable |
addImageVariable(ImageVariable imageVariable) |
TableVariable |
addTableVariable(TableVariable tableVariable) |
TextVariable |
addTextVariable(TextVariable textVariable) |
Map<String,BulletListVariable> |
getBulletListVariables() |
Map<String,ImageVariable> |
getImageVariables() |
List<TableVariable> |
getTableVariables() |
Map<String,TextVariable> |
getTextVariables() |
Variable |
getVariable(Key key) |
public TextVariable addTextVariable(TextVariable textVariable)
public ImageVariable addImageVariable(ImageVariable imageVariable)
public TableVariable addTableVariable(TableVariable tableVariable)
public BulletListVariable addBulletListVariable(BulletListVariable bulletListVariable)
public Map<String,TextVariable> getTextVariables()
public Map<String,ImageVariable> getImageVariables()
public List<TableVariable> getTableVariables()
public Map<String,BulletListVariable> getBulletListVariables()
Copyright © 2016 jsolve. All rights reserved.