Constructor and Description |
---|
CaseImpl.WhenImpl(java.lang.Object pCondition,
java.lang.Object pValue)
Creates a new instance with the given condition
and value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getCondition()
Returns the condition.
|
java.lang.Object |
getValue()
Returns the value.
|
public CaseImpl.WhenImpl(java.lang.Object pCondition, java.lang.Object pValue)
public java.lang.Object getCondition()
Case.When
getCondition
in interface Case.When