org.codehaus.aspectwerkz
Class Type
java.lang.Object
org.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
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 |
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
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.