public interface BooleanExpression extends Externalizable
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
Long |
getId() |
String |
getType() |
void |
setExpression(String expression) |
void |
setId(long id) |
void |
setType(String type) |
readExternal, writeExternalCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.