org.codehaus.aspectwerkz
Class NameIndexTuple

java.lang.Object
  extended byorg.codehaus.aspectwerkz.NameIndexTuple

public final class NameIndexTuple
extends java.lang.Object

Holds an name/index tuple.

Author:
Jonas Bonér

Constructor Summary
NameIndexTuple(java.lang.String name, IndexTuple index)
          Sets the name and the advice index.
 
Method Summary
 IndexTuple getIndex()
          Returns the index.
 java.lang.String getName()
          Returns the name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameIndexTuple

public NameIndexTuple(java.lang.String name,
                      IndexTuple index)
Sets the name and the advice index.

Parameters:
name - the name
index - the index
Method Detail

getName

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

Returns:
the name

getIndex

public IndexTuple getIndex()
Returns the index.

Returns:
the index


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