Uses of Class
edu.ksu.cis.projects.bogor.type.IntRangeType

Packages that use IntRangeType
edu.ksu.cis.projects.bogor.type Provides for Bogor types. 
 

Uses of IntRangeType in edu.ksu.cis.projects.bogor.type
 

Methods in edu.ksu.cis.projects.bogor.type that return IntRangeType
 IntRangeType TypeFactory.getIntRangeType(int lowLimit, int highLimit, boolean wrap)
          Gets an int range type.