Uses of Class
com.jstatcom.model.AbstractJSCData

Packages that use AbstractJSCData
com.jstatcom.model Data model and Symbol Management systems. 
 

Uses of AbstractJSCData in com.jstatcom.model
 

Subclasses of AbstractJSCData in com.jstatcom.model
 class JSCDate
          Adapter to TSDate objects that conforms to the JSCData interface.
 class JSCDRange
          Adapter to TSDateRange objects that conforms to the JSCData interface.
 class JSCInt
          An integer representation that conforms to the JSCData interface.
 class JSCMap
          An object wrapper that conforms to the JSCData interface.
 class JSCNArray
          A wrapper for 2-dimensional number arrays that conforms to the JSCData interface.
 class JSCNumber
          A number representation that conforms to the JSCData interface.
 class JSCSArray
          A wrapper for string arrays that conforms to the JSCData interface.
 class JSCString
          A string wrapper that conforms to the JSCData interface.
 class JSCVoid
          An object wrapper that conforms to the JSCData interface.