| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||
java.lang.Object | +--ncsa.horizon.model.IndexArrayChoice
| 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 |
protected int aidx
protected java.lang.String name
| Constructor Detail |
public IndexArrayChoice(int i,
java.lang.String name)
throws java.lang.ArrayIndexOutOfBoundsException
| Method Detail |
public int getIndex()
public java.lang.String getArrayName()
| Overview | Package | Class | Tree | Deprecated | Index | Help | |||
| PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||