org.codehaus.aspectwerkz.attribdef.definition.attribute
Class CustomAttribute

java.lang.Object
  extended byorg.codehaus.aspectwerkz.attribdef.definition.attribute.CustomAttribute
All Implemented Interfaces:
Attribute, java.io.Serializable

public class CustomAttribute
extends java.lang.Object
implements Attribute

Attribute for the generic attributes defined by the user.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
CustomAttribute(java.lang.String name, java.lang.String value, java.lang.String[] parameters)
          Create a new CustomAttribute instance.
 
Method Summary
 java.lang.String getName()
          Returns the name of the attribute.
 java.lang.String getValue()
          Returns the value of the attribute.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomAttribute

public CustomAttribute(java.lang.String name,
                       java.lang.String value,
                       java.lang.String[] parameters)
Create a new CustomAttribute instance.

Parameters:
name - the name
value - the value
parameters - the parameters
Method Detail

getName

public java.lang.String getName()
Returns the name of the attribute.

Returns:
the name

getValue

public java.lang.String getValue()
Returns the value of the attribute.

Returns:
the value


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