public static class Case.WhenConstruct extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Case.WhenConstruct() |
|
Case.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 Case.WhenConstruct()
public Case.WhenConstruct(Expression when, Expression then)
public Expression getWhen()
public Expression getThen()
public void setWhen(Expression when)
public void setThen(Expression then)
Copyright © 2015. All Rights Reserved.