protected class ConditionValue.StandardValueHandler extends Object implements ConditionValue.ValueHandler
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ConditionKey |
_conditionKey |
| コンストラクタと説明 |
|---|
StandardValueHandler(ConditionKey conditionKey) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equalValue(Object value) |
protected Object |
getStandardValue(ConditionKey conditionKey) |
Object |
getValue() |
protected boolean |
hasStandardValue(ConditionKey conditionKey) |
boolean |
hasValue() |
void |
overrideValue(Object value) |
protected String |
setupStandardValue(ConditionKey conditionKey,
Object value) |
String |
setValue(Object value) |
protected final ConditionKey _conditionKey
public StandardValueHandler(ConditionKey conditionKey)
public Object getValue()
getValue インタフェース内 ConditionValue.ValueHandlerpublic String setValue(Object value)
setValue インタフェース内 ConditionValue.ValueHandlerpublic boolean hasValue()
hasValue インタフェース内 ConditionValue.ValueHandlerpublic boolean equalValue(Object value)
equalValue インタフェース内 ConditionValue.ValueHandlerpublic void overrideValue(Object value)
overrideValue インタフェース内 ConditionValue.ValueHandlerprotected Object getStandardValue(ConditionKey conditionKey)
protected String setupStandardValue(ConditionKey conditionKey, Object value)
protected boolean hasStandardValue(ConditionKey conditionKey)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.