org.jbind.xml.core.data
Interface IHasDigits

All Known Subinterfaces:
IByteData, IDecimalData, IIntData, IIntegerData, ILongData, INegativeIntegerData, INonNegativeIntegerData, INonPositiveIntegerData, IPositiveIntegerData, IShortData, IUnsignedByteData, IUnsignedIntData, IUnsignedLongData, IUnsignedShortData
All Known Implementing Classes:
AbstractDecimalData, AbstractIntData, AbstractIntegerData, AbstractLongData, AbstractShortData, AbstractUnsignedIntData, AbstractUnsignedShortData, ByteData, NegativeIntegerData, NonNegativeIntegerData, NonPositiveIntegerData, PositiveIntegerData, UnsignedByteData, UnsignedLongData

public interface IHasDigits


Method Summary
 int getNbDigits()
           
 int getNbFractionDigits()
           
 

Method Detail

getNbDigits

public int getNbDigits()

getNbFractionDigits

public int getNbFractionDigits()