Uses of Class
org.shiwa.fgi.iwir.SimpleType

Packages that use SimpleType
org.shiwa.fgi.iwir Provides simple java classes to generate an IWIR workflow. 
 

Uses of SimpleType in org.shiwa.fgi.iwir
 

Fields in org.shiwa.fgi.iwir declared as SimpleType
static SimpleType SimpleType.BOOLEAN
          The BOOLEAN type instance.
static SimpleType SimpleType.DOUBLE
          The DOUBLE type instance.
static SimpleType SimpleType.FILE
          The FILE type instance.
static SimpleType SimpleType.INTEGER
          The INTEGER type instance.
static SimpleType SimpleType.STRING
          The STRING type instance.
 

Methods in org.shiwa.fgi.iwir that return SimpleType
 SimpleType DataType.getSimpleType()
          Gets the simple type of a data type.