org.codehaus.aspectwerkz.definition.expression
Class ExpressionTemplate

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

public class ExpressionTemplate
extends java.lang.Object

Template for the expressions. TO BE REMOVED

Author:
Jonas Bonér

Method Summary
 java.lang.String getExpression()
          Returns the expression pattern as a string.
 java.lang.String getName()
          Returns the name for the expression.
 java.lang.String getNamespace()
          Returns the namespace for the expression.
 java.lang.String getPackage()
          Returns the package for the expression.
 PointcutType getType()
          Returns the expression type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNamespace

public java.lang.String getNamespace()
Returns the namespace for the expression.

Returns:
the namespace for the expression

getExpression

public java.lang.String getExpression()
Returns the expression pattern as a string.

Returns:
the expression pattern as a string

getName

public java.lang.String getName()
Returns the name for the expression.

Returns:
the name

getType

public PointcutType getType()
Returns the expression type.

Returns:
the expression type

getPackage

public java.lang.String getPackage()
Returns the package for the expression.

Returns:
the package


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