com.amx.duet.tools.lang
Class ObjectType

java.lang.Object
  extended bycom.amx.duet.tools.lang.ObjectType

public class ObjectType
extends java.lang.Object

To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Since:
AMXTools 1.0.0
Version:
1.0.0

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

INVALID

public static final ObjectType INVALID
Invalid type.


BOOL

public static final ObjectType BOOL
Boolean type.


BYTE

public static final ObjectType BYTE
Byte type.


CHAR

public static final ObjectType CHAR
Character type.


SHORT

public static final ObjectType SHORT
Short type.


INTEGER

public static final ObjectType INTEGER
Integer type.


LONG

public static final ObjectType LONG
Long type.


FLOAT

public static final ObjectType FLOAT
Float type.


DOUBLE

public static final ObjectType DOUBLE
Double type.


STRING

public static final ObjectType STRING
String type.


OBJECT

public static final ObjectType OBJECT
Object type.


VALUES

public static final java.util.List VALUES
List of values belonging to this class type.

Method Detail

getName

public java.lang.String getName()
Returns the name of the ParamType object.

Returns:
String

toString

public java.lang.String toString()

equals

public final boolean equals(java.lang.Object obj)

hashCode

public final int hashCode()


Copyright © 2008 AMX LLC. All Rights Reserved.