codesimian
Class CommonTypes

java.lang.Object
  extended by codesimian.CommonTypes

public class CommonTypes
extends java.lang.Object

Which types of Class are common to all CS objects? For each Class that CommonTypes returns, Each CS must be able to input and/or output it. Does not include array types because if a class is included, it is also required that a single-dimensional array of that class be included also.


Constructor Summary
CommonTypes()
           
 
Method Summary
static java.util.List<java.lang.Class> nonarrayInTypes()
           
static java.util.List<java.lang.Class> nonarrayOutTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonTypes

public CommonTypes()
Method Detail

nonarrayInTypes

public static java.util.List<java.lang.Class> nonarrayInTypes()

nonarrayOutTypes

public static java.util.List<java.lang.Class> nonarrayOutTypes()