public abstract class DataExpression extends Expression
| Constructor and Description |
|---|
DataExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
DataSource |
getSource() |
void |
setKey(String key) |
void |
setSource(DataSource source) |
public DataSource getSource()
public void setSource(DataSource source)
source - the source to setpublic String getKey()
public void setKey(String key)
key - the key to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.