OVERONE.DotNetJ
Class ParameterTypeNames

Predefind parameter type names.

Field Summary
string BOOL
string BYTE
string CHAR
string DOUBLE
string FLOAT
string INT
string LONG
string SHORT
string STRING

Constructor Summary
ParameterTypeNames()
        Initializes a new instance of the ParameterTypeNames class.

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

BOOL

public string BOOL


BYTE

public string BYTE


CHAR

public string CHAR


DOUBLE

public string DOUBLE


FLOAT

public string FLOAT


INT

public string INT


LONG

public string LONG


SHORT

public string SHORT


STRING

public string STRING

Constructor Detail

ParameterTypeNames

public ParameterTypeNames()

Initializes a new instance of the ParameterTypeNames class.