|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amx.duet.tools.lang.ObjectType
To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Field Summary | |
static ObjectType |
BOOL
Boolean type. |
static ObjectType |
BYTE
Byte type. |
static ObjectType |
CHAR
Character type. |
static ObjectType |
DOUBLE
Double type. |
static ObjectType |
FLOAT
Float type. |
static ObjectType |
INTEGER
Integer type. |
static ObjectType |
INVALID
Invalid type. |
static ObjectType |
LONG
Long type. |
static ObjectType |
OBJECT
Object type. |
static ObjectType |
SHORT
Short type. |
static ObjectType |
STRING
String type. |
static java.util.List |
VALUES
List of values belonging to this class type. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Returns the name of the ParamType object. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ObjectType INVALID
public static final ObjectType BOOL
public static final ObjectType BYTE
public static final ObjectType CHAR
public static final ObjectType SHORT
public static final ObjectType INTEGER
public static final ObjectType LONG
public static final ObjectType FLOAT
public static final ObjectType DOUBLE
public static final ObjectType STRING
public static final ObjectType OBJECT
public static final java.util.List VALUES
Method Detail |
public java.lang.String getName()
ParamType
object.
public java.lang.String toString()
public final boolean equals(java.lang.Object obj)
public final int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |