Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class ncsa.horizon.model.IndexArrayChoice

java.lang.Object
  |
  +--ncsa.horizon.model.IndexArrayChoice

public class IndexArrayChoice
extends java.lang.Object
implements ArrayChoice
a representation of a choice among sequentially ordered arrays within a dataset.

See Also:
Serialized Form

Field Summary
int aidx
          an index to the chosen array
java.lang.String name
          a name to give to the array
 
Constructor Summary
IndexArrayChoice(int i, java.lang.String name)
          create an IndexArrayChoice
 
Method Summary
java.lang.String getArrayName()
           
int getIndex()
          return the index
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

aidx

protected int aidx
an index to the chosen array

name

protected java.lang.String name
a name to give to the array
Constructor Detail

IndexArrayChoice

public IndexArrayChoice(int i,
                        java.lang.String name)
                 throws java.lang.ArrayIndexOutOfBoundsException
create an IndexArrayChoice
Method Detail

getIndex

public int getIndex()
return the index

getArrayName

public java.lang.String getArrayName()
Description copied from interface:
 
Specified by:
getArrayName in interface ArrayChoice

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD