Fields Summary |
---|
public static final Type | BOOLEANType constant identifying boolean parameters.
Given the integer value '0'. |
public static final Type | BYTEType constant identifying byte parameters.
Given the integer value '1'. |
public static final Type | SHORTType constant identifying short parameters.
Given the integer value '2'. |
public static final Type | INTType constant identifying integer parameters.
Given the integer value '3'. |
public static final Type | LONGType constant identifying long parameters.
Given the integer value '4'. |
public static final Type | FLOATType constant identifying float parameters.
Given the integer value '5'. |
public static final Type | DOUBLEType constant identifying double parameters.
Given the integer value '6'. |
public static final Type | STRINGType constant identifying String parameters.
Given the integer value '7'. |
public final int | valueThe internal integer "value" of this Type, [0-8] |