org.codehaus.aspectwerkz.expression
Class SubtypePatternType
java.lang.Object
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
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
toString
public String toString()
- Returns the string representation.
- Returns:
- the string representation
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.