org.codehaus.aspectwerkz.definition.expression
Class PointcutType

java.lang.Object
  extended byorg.codehaus.aspectwerkz.definition.expression.PointcutType

public class PointcutType
extends java.lang.Object

Type-safe enum for the pointcut types.

Author:
Jonas Bonér

Field Summary
static PointcutType ATTRIBUTE
           
static PointcutType CALL
           
static PointcutType CFLOW
           
static PointcutType CLASS
           
static PointcutType EXECUTION
           
static PointcutType GET
           
static PointcutType SET
           
static PointcutType THROWS
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, 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

CFLOW

public static final PointcutType CFLOW

THROWS

public static final PointcutType THROWS

CLASS

public static final PointcutType CLASS

ATTRIBUTE

public static final PointcutType ATTRIBUTE
Method Detail

toString

public java.lang.String toString()


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