public interface INumericVar extends ICobolVar
LIKE_L_TRIM, LIKE_NOT_CS, LIKE_R_TRIM, LIKE_TRIM| Modifier and Type | Method and Description |
|---|---|
Object |
getId()
if the variable is an handle, it returns the resource associated to this handle or null otherwise
|
int |
integer()
for internal use only
|
int |
intLength()
for internal use only
|
boolean |
isInteger()
for internal use only
|
boolean |
isSigned()
returns true is the variables is signed
|
CobolNum |
num()
returns the CobolNum representation of this variable
|
int |
scale()
returns the number of decimal digits
|
INumericVar |
setIId(Object id)
if the variable is an handle, associates the resource specified by
id to this handle |
String |
toString(boolean decPointComma)
for internal use only
|
basicToString, compare, compareTo, dynSet, existsDynamicElement, getBytes, getBytes, getChildren, getDependingDelta, getDependingOn, getDimensions, getDynamicCapacity, getDynamicCapacity, getIParent, getIXMLAttributes, getLastDimension, getLength, getMaxDimension, getMaxLength, getMemoryLength, getName, getOffset, getOId, getRedefines, getType, hasDynamicData, initialize, intIAt, intIAt, intIAtNoClone, intICopy, intIOffs, intISub, intISub, isDecimalPointComma, isDynamicLength, isFinal, isInDynamicTable, length, link, moveTo, moveTo, moveTo, set, set, set, set, set, set, set, set, set, set, set, set, set, setByVal, setOId, setSpace, setUsingMaxLen, setValue, toboolean, tobyte, tochar, todouble, tofloat, toint, tolong, toshort, toStringNoGui, xmlCloneint integer()
int intLength()
int scale()
Object getId()
INumericVar setIId(Object id)
id to this handleid - the resource to be associated to the handleboolean isSigned()
boolean isInteger()
String toString(boolean decPointComma)
CobolNum num()