Uses of Interface
edu.ksu.cis.projects.bogor.module.value.IPrimitiveValue

Packages that use IPrimitiveValue
edu.ksu.cis.projects.bogor.module.value Provides for Bogor values. 
 

Uses of IPrimitiveValue in edu.ksu.cis.projects.bogor.module.value
 

Subinterfaces of IPrimitiveValue in edu.ksu.cis.projects.bogor.module.value
 interface IComparablePrimitiveExtValue
          An interface to indicate a comparable primitive extension value.
 interface IDoubleValue
          Represents a double value.
 interface IFloatValue
          Represents a float value.
 interface IIntegralValue
          Represents an integral value.
 interface IIntValue
          Represents a boolean, integer, or ranged integer value.
 interface ILongValue
          Represents a long value or a ranged long value.
 interface IPrimitiveExtValue
          Represents a value of a primitive type extension.
 interface IRealValue
          Represents a real value.
 

Classes in edu.ksu.cis.projects.bogor.module.value that implement IPrimitiveValue
 class DefaultDoubleValue
          The default implementation of IDoubleValue.
 class DefaultFloatValue
          The default implementation of IFloatValue.
 class DefaultIntValue
          The default implementation of IIntValue.
 class DefaultLongValue
          The default implementation of ILongValue.
 

Methods in edu.ksu.cis.projects.bogor.module.value that return IPrimitiveValue
 IPrimitiveValue IPrimitiveValue.clone(Map<Object,Object> cloneMap)
          Override to specialize return type