public static class Case.WhenConstruct extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
WhenConstruct() |
|
WhenConstruct(Expression when,
Expression then) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Expression |
getThen() |
Expression |
getWhen() |
int |
hashCode() |
void |
setThen(Expression then) |
void |
setWhen(Expression when) |
String |
toString() |
protected WhenConstruct()
public WhenConstruct(Expression when, Expression then)
public Expression getWhen()
public Expression getThen()
public void setWhen(Expression when)
public void setThen(Expression then)
Copyright © 2017. All Rights Reserved.