public class CaseExpression<RESULT> extends java.lang.Object implements PropertyMetamodel<RESULT>
| Modifier and Type | Class and Description |
|---|---|
class |
CaseExpression.Declaration |
static interface |
CaseExpression.Visitor |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<org.seasar.doma.internal.util.Pair<Criterion,Operand>> |
criterionList |
PropertyMetamodel<RESULT> |
otherwise |
| Constructor and Description |
|---|
CaseExpression(PropertyMetamodel<RESULT> otherwise) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PropertyMetamodel.Visitor visitor) |
java.lang.Class<?> |
asClass() |
EntityPropertyType<?,?> |
asType() |
java.lang.String |
getName() |
public final PropertyMetamodel<RESULT> otherwise
public CaseExpression(PropertyMetamodel<RESULT> otherwise)
public java.lang.Class<?> asClass()
asClass in interface PropertyMetamodel<RESULT>public EntityPropertyType<?,?> asType()
asType in interface PropertyMetamodel<RESULT>public java.lang.String getName()
getName in interface PropertyMetamodel<RESULT>public void accept(PropertyMetamodel.Visitor visitor)
accept in interface PropertyMetamodel<RESULT>