org.codehaus.aspectwerkz.expression
Class PointcutType

java.lang.Object
  extended by org.codehaus.aspectwerkz.expression.PointcutType
All Implemented Interfaces:
Serializable

public class PointcutType
extends Object
implements Serializable

Type-safe enum for the pointcut types.

Author:
Jonas BonŽr
See Also:
Serialized Form

Field Summary
static PointcutType CALL
           
static PointcutType EXECUTION
           
static PointcutType GET
           
static PointcutType HANDLER
           
static PointcutType SET
           
static PointcutType STATIC_INITIALIZATION
           
static PointcutType WITHIN
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EXECUTION

public static final PointcutType EXECUTION

CALL

public static final PointcutType CALL

SET

public static final PointcutType SET

GET

public static final PointcutType GET

HANDLER

public static final PointcutType HANDLER

WITHIN

public static final PointcutType WITHIN

STATIC_INITIALIZATION

public static final PointcutType STATIC_INITIALIZATION
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.