org.codehaus.aspectwerkz
Class Type

java.lang.Object
  extended byorg.codehaus.aspectwerkz.Type
All Implemented Interfaces:
java.io.Serializable

public class Type
extends java.lang.Object
implements java.io.Serializable

Type-safe enum for the different Java language types.

Author:
Jonas Bonér
See Also:
Serialized Form

Field Summary
static Type BOOLEAN
           
static Type BYTE
           
static Type CHAR
           
static Type DOUBLE
           
static Type FLOAT
           
static Type INT
           
static Type LONG
           
static Type OBJECT
           
static Type SHORT
           
 
Method Summary
 java.lang.String toString()
          Returns the name of the type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OBJECT

public static final Type OBJECT

LONG

public static final Type LONG

INT

public static final Type INT

SHORT

public static final Type SHORT

DOUBLE

public static final Type DOUBLE

FLOAT

public static final Type FLOAT

BYTE

public static final Type BYTE

BOOLEAN

public static final Type BOOLEAN

CHAR

public static final Type CHAR
Method Detail

toString

public java.lang.String toString()
Returns the name of the type.

Returns:
the name of the type


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.