|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.mayo.bsi.ngsportal.shared.SGEScriptSummary
public class SGEScriptSummary
SGEScriptSummary encapsulates information about script usage for RPC data transfer.
| Constructor Summary | |
|---|---|
SGEScriptSummary(int size,
String name)
Creates a new SGEScriptSummary of the specified size and name. |
|
SGEScriptSummary(String name,
Long value)
Creates a new SGEScriptSummary holding only one value |
|
| Method Summary | |
|---|---|
String |
getLabel(int column)
|
int |
getLength()
|
String |
getScriptName()
|
Long |
getValue()
|
Long |
getValue(int index)
Gets the value in the enclosed array of script values |
boolean |
hasLabels()
|
void |
setLabel(int column,
String newLabel)
Sets a label for the value at the position provided |
void |
setValue(int index,
Long value)
Sets the value at a particular index for script summaries holding multiple values |
void |
setValue(Long value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SGEScriptSummary(int size,
String name)
size - how many values to storename - the title of the script
public SGEScriptSummary(String name,
Long value)
name - of this summaryvalue - Long value to store| Method Detail |
|---|
public String getScriptName()
public Long getValue()
public void setValue(Long value)
value - the value to set
public void setValue(int index,
Long value)
index - value - public Long getValue(int index)
index -
public int getLength()
public void setLabel(int column,
String newLabel)
column - integer index of the enclosed arraynewLabel - String descriptionpublic boolean hasLabels()
public String getLabel(int column)
column - the array index of the enclosed value being queried
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||