org.codehaus.aspectwerkz
Class NameIndexTuple

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

public final class NameIndexTuple
extends Object

Holds an name/index tuple.

Author:
Jonas Bonér

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

Constructor Detail

NameIndexTuple

public NameIndexTuple(String name,
                      AdviceInfo index)
Sets the name and the advice index.

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

getName

public String getName()
Returns the name.

Returns:
the name

getIndex

public AdviceInfo getIndex()
Returns the index.

Returns:
the index


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