org.codehaus.aspectwerkz.expression
Class SubtypePatternType

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

public class SubtypePatternType
extends Object
implements Serializable

Type safe enum for the different matching types.

Author:
Jonas BonŽr
See Also:
Serialized Form

Field Summary
static SubtypePatternType MATCH_ON_ALL_METHODS
           
static SubtypePatternType MATCH_ON_BASE_TYPE_METHODS_ONLY
           
static SubtypePatternType NOT_HIERARCHICAL
           
 
Method Summary
 String toString()
          Returns the string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_HIERARCHICAL

public static final SubtypePatternType NOT_HIERARCHICAL

MATCH_ON_ALL_METHODS

public static final SubtypePatternType MATCH_ON_ALL_METHODS

MATCH_ON_BASE_TYPE_METHODS_ONLY

public static final SubtypePatternType MATCH_ON_BASE_TYPE_METHODS_ONLY
Method Detail

toString

public String toString()
Returns the string representation.

Overrides:
toString in class Object
Returns:
the string representation


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