org.codehaus.aspectwerkz
Class MemoryType

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

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

Type-safe enum for the different memory types.

Author:
Jonas Bonér
See Also:
Serialized Form

Field Summary
static MemoryType PERSISTENT
           
static MemoryType TRANSIENT
           
 
Method Summary
 java.lang.String toString()
          String representation for the type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRANSIENT

public static final MemoryType TRANSIENT

PERSISTENT

public static final MemoryType PERSISTENT
Method Detail

toString

public java.lang.String toString()
String representation for the type.

Returns:
the string representation for the type


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