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

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

Uses of SimpleType.ConcreteType in org.shiwa.fgi.iwir
 

Methods in org.shiwa.fgi.iwir that return SimpleType.ConcreteType
 SimpleType.ConcreteType DataType.getConcreteType()
          Returns the enum rather the wrappe as in DataType.getSimpleType() .
 SimpleType.ConcreteType SimpleType.getType()
          Gets the concrete type of the simple type object.
static SimpleType.ConcreteType SimpleType.ConcreteType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimpleType.ConcreteType[] SimpleType.ConcreteType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.