org.simulare.gui
Class Type

java.lang.Object
  extended byorg.simulare.gui.Type

public class Type
extends java.lang.Object

Enumerate the allowed types for attributes.


Field Summary
static Type BOO
           
static Type BYT
           
static Type CHA
           
static Type DOU
           
static Type FLO
           
static Type INT
           
static Type LON
           
 java.lang.String name
           
static Type SHO
           
static Type STR
           
 java.lang.Class type
           
static Type[] types
           
 
Method Summary
static java.lang.String getName(java.lang.Class type)
           
static java.lang.Class getType(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

type

public java.lang.Class type

BOO

public static Type BOO

CHA

public static Type CHA

BYT

public static Type BYT

SHO

public static Type SHO

INT

public static Type INT

LON

public static Type LON

FLO

public static Type FLO

DOU

public static Type DOU

STR

public static Type STR

types

public static Type[] types
Method Detail

getName

public static java.lang.String getName(java.lang.Class type)

getType

public static java.lang.Class getType(java.lang.String name)

toString

public java.lang.String toString()