|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.DataType
biz.c24.io.api.data.SimpleDataType
biz.c24.io.api.data.AtomicDataType
biz.c24.io.api.data.NumberDataType
biz.c24.io.api.data.DecimalDataType
biz.c24.io.api.data.IntegerDataType
public class IntegerDataType
A simple data type representing a BigInteger.
Warning: Serialized objects of this class or of a deployed class which is derived from it may not be compatible with future releases of C24 Integreation Objects. The current serialization support is appropriate for short term storage or RMI between applications running the same version of C24 Integreation Objects.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class biz.c24.io.api.data.AtomicDataType |
---|
AtomicDataType.FinalEnum |
Field Summary |
---|
Fields inherited from class biz.c24.io.api.data.NumberDataType |
---|
DIGITS_UNBOUNDED, formatPool |
Fields inherited from class biz.c24.io.api.data.DataType |
---|
duringParsing, hasEnumerations, hasPatternMatching, qualifierValidation |
Constructor Summary | |
---|---|
IntegerDataType()
Constructs a new instance. |
Method Summary | |
---|---|
static DataType |
getInstance()
Returns a singleton instance. |
int |
getMaxFractionDigits()
Returns the maximum fraction digits. |
int |
getMaxIntegerDigits()
Returns the maximum integer digits. |
int |
getMinFractionDigits()
Returns the minimum fraction digits. |
int |
getMinIntegerDigits()
Returns the minimum integer digits. |
Class |
getValidObjectClass()
Returns the class of valid objects of this type. |
Methods inherited from class biz.c24.io.api.data.DecimalDataType |
---|
formatObjectOverride |
Methods inherited from class biz.c24.io.api.data.AtomicDataType |
---|
formatObject, getFinal, getLocale, getPad, getPadAmount, getPadJustification, getWhiteSpace, setFinal, setLocale, setPad, setPadAmount, setPadJustification, setWhiteSpace |
Methods inherited from class biz.c24.io.api.data.SimpleDataType |
---|
formatObject, formatObjectExternal, isComplex, isSimple, isSizeFixed, parseObject, parseObjectExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IntegerDataType()
Method Detail |
---|
public static DataType getInstance()
public int getMinFractionDigits()
NumberDataType
getMinFractionDigits
in class NumberDataType
public int getMaxFractionDigits()
NumberDataType
getMaxFractionDigits
in class NumberDataType
public int getMinIntegerDigits()
NumberDataType
getMinIntegerDigits
in class NumberDataType
public int getMaxIntegerDigits()
NumberDataType
getMaxIntegerDigits
in class NumberDataType
public Class getValidObjectClass()
DataType
getValidObjectClass
in class DecimalDataType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |