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, writeExternal
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.