public interface CommandBuildResultsAttPlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAttributeNames(int row)
Returns the attribute for the specified row and col
|
java.lang.String[] |
getAttributeNames(int row,
int col)
Returns the attribute for the specified row and col
|
java.lang.String |
getAttributeValue(java.lang.String attribute,
int row)
Returns the attribute for the specified row and col
|
java.lang.String |
getAttributeValue(java.lang.String attribute,
int row,
int col)
Returns the attribute for the specified row and col
|
java.lang.String[] getAttributeNames(int row, int col) throws java.lang.Exception
row
- the row the attribute forcol
- the column the attribute is forjava.lang.Exception
- A serious problemjava.lang.String[] getAttributeNames(int row) throws java.lang.Exception
row
- the row the attribute forjava.lang.Exception
- A serious problemjava.lang.String getAttributeValue(java.lang.String attribute, int row) throws java.lang.Exception
row
- the row the attribute is forattribute
- the Attribute name to get valuejava.lang.Exception
- A serious problemjava.lang.String getAttributeValue(java.lang.String attribute, int row, int col) throws java.lang.Exception
row
- the row the attribute forcol
- the column the attribute is forattribute
- the Attribute name to get the valuejava.lang.Exception
- A serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.