|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICobolDoubleBinding
This interface groups methods that are common to double elements that are not arrays.
| Method Summary | |
|---|---|
BigDecimal |
getBigDecimalValue()
Returns this element value as a BigDecimal. |
Double |
getDoubleValue()
Returns this element value. |
void |
setBigDecimalValue(BigDecimal value)
Sets the element value. |
void |
setDoubleValue(Double value)
Sets the element value. |
| Methods inherited from interface com.legstar.coxb.ICobolBinding |
|---|
accept, calcByteLength, getBindingName, getJaxbName, getJaxbType, getObjectValue, getParentBinding, isBound, isSet, setObjectValue |
| Method Detail |
|---|
Double getDoubleValue()
throws HostException
HostException - if value cannot be retrieved
void setDoubleValue(Double value)
throws HostException
value - Value to set
HostException - if value cannot be set
BigDecimal getBigDecimalValue()
throws HostException
HostException - if value cannot be retrieved
void setBigDecimalValue(BigDecimal value)
throws HostException
value - Value to set as a BigDecimal
HostException - if value cannot be set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||