public class HpMobCaseWhenElement extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ConditionKey |
_conditionKey |
protected List<HpMobCaseWhenElement> |
_connectedElementList |
protected HpMobConnectionMode |
_connectionMode |
protected Object |
_orderValue |
protected Object |
_thenValue |
| コンストラクタと説明 |
|---|
HpMobCaseWhenElement(ConditionKey conditionKey,
Object orderValue) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addConnectedElement(HpMobCaseWhenElement connectedElement) |
ConditionKey |
getConditionKey() |
List<HpMobCaseWhenElement> |
getConnectedElementList() |
HpMobConnectionMode |
getConnectionMode() |
Object |
getOrderValue() |
Object |
getThenValue() |
void |
setConnectionMode(HpMobConnectionMode connectionMode) |
void |
setThenValue(Object thenValue) |
void |
toBeConnectionModeAsAnd() |
void |
toBeConnectionModeAsOr() |
String |
toConnector() |
String |
toString() |
protected final ConditionKey _conditionKey
protected final Object _orderValue
protected List<HpMobCaseWhenElement> _connectedElementList
protected HpMobConnectionMode _connectionMode
protected Object _thenValue
public HpMobCaseWhenElement(ConditionKey conditionKey, Object orderValue)
public void toBeConnectionModeAsAnd()
public void toBeConnectionModeAsOr()
public String toConnector()
public ConditionKey getConditionKey()
public Object getOrderValue()
public List<HpMobCaseWhenElement> getConnectedElementList()
public void addConnectedElement(HpMobCaseWhenElement connectedElement)
public HpMobConnectionMode getConnectionMode()
public void setConnectionMode(HpMobConnectionMode connectionMode)
public Object getThenValue()
public void setThenValue(Object thenValue)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.