org.codehaus.aspectwerkz
Class ContainerType

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

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

Type-safe enum for the different container types.

Author:
Jonas Bonér
See Also:
Serialized Form

Field Summary
static ContainerType PERSISTENT
           
static ContainerType 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 ContainerType TRANSIENT

PERSISTENT

public static final ContainerType 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.