Uses of Class
com.rubecula.jquantity.IntegerPresentation

Packages that use IntegerPresentation
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

Uses of IntegerPresentation in com.rubecula.jquantity
 

Fields in com.rubecula.jquantity declared as IntegerPresentation
private  IntegerPresentation NumberPresentation._PresentationFirst
          The First part of the string, usually the integer or the numerator.
 

Methods in com.rubecula.jquantity that return IntegerPresentation
(package private)  IntegerPresentation NumberPresentation.getFirst()
           
 

Methods in com.rubecula.jquantity with parameters of type IntegerPresentation
(package private)  void NumberPresentation.setFirst(IntegerPresentation first)
          Method to set the value of first as an IntegerPresentation.
 

Constructors in com.rubecula.jquantity with parameters of type IntegerPresentation
WholeNumber(IntegerPresentation presentation)
          Constructs a WholeNumber from a NumberPresentation.
NumberPresentation(IntegerPresentation first, java.lang.String second, java.lang.String exponent, java.lang.String fuzz, java.lang.String radix)
          Primary Constructor to create a NumberPresentation from a set of explicit values.