|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticRowInfoInterface
Defines an interface for accessing additional information associated with a table's rows. This will usually be implemented in tandem with the primary interface to tables, StaticTableInterface.
StaticTableInterface
,
StaticRowLabelInterface
,
StaticColumnInfoInterface
Method Summary | |
---|---|
java.lang.Object |
getRowInfo(int index,
java.lang.String rowInfoName)
Returns the named information for a row. |
java.lang.String[] |
getRowInfoNames()
Returns an array of the named information that can be returned for this row. |
Method Detail |
---|
java.lang.String[] getRowInfoNames() throws com.sas.table.TableException
TableException
- Provides a catch-all for all non-RuntimeExceptions.
java.lang.IndexOutOfBoundsException
- Thrown if index is negative, zero, or greater than the number of
labels.java.lang.Object getRowInfo(int index, java.lang.String rowInfoName) throws com.sas.table.TableException
index
- A one-based index that identifies the row.rowInfoName
- The name of the information to return for the row.
TableException
- Provides a catch-all for all non-RuntimeExceptions.
java.lang.IndexOutOfBoundsException
- Thrown if index is negative, zero, or greater than the number of
labels.
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |