|
UNICORE Resource Broker NJS Plugin 1.5α1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.eurogrid.broker.server.globus.Translation.ConstraintResult
The constrained values discovered as part of results of searching for a node in a Globus information service.
Translation.Constraint,
Serialized Form| Field Summary | |
Translation.Constraint |
constraint
What constraint is this a result for |
| Method Summary | |
double |
getFloatValue(int index)
Get the index'th double value from the list of values. |
double[] |
getFloatValues()
Get the list of double values associated with the constraint. |
int |
getIntValue(int index)
Get the index'th integer value from the list of values. |
int[] |
getIntValues()
Get the list of integer values associated with the constraint. |
String |
getValue(int index)
Get the index'th string value from the list of values. |
int |
getValueCount()
Get the number of values associated with the constraint. |
List |
getValues()
Get the list of string values associated with the constraint. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final Translation.Constraint constraint
| Method Detail |
public double getFloatValue(int index)
throws NumberFormatException
NumberFormatException - If the value is not a double.
ValueNotRequestedException - If the constraint for this result did not request the
return of the value from the information service.
public double[] getFloatValues()
throws NumberFormatException
NumberFormatException - If any of the values are non-doubles.
ValueNotRequestedException - If the constraint for this result did not request the
return of the value from the information service.
public int getIntValue(int index)
throws NumberFormatException
NumberFormatException - If the value is not an integer.
ValueNotRequestedException - If the constraint for this result did not request the
return of the value from the information service.
public int[] getIntValues()
throws NumberFormatException
NumberFormatException - If any of the values are non-integers.
ValueNotRequestedException - If the constraint for this result did not request the
return of the value from the information service.public String getValue(int index)
ValueNotRequestedException - If the constraint for this result did not request the
return of the value from the information service.public int getValueCount()
public List getValues()
|
UNICORE Resource Broker NJS Plugin 1.5α1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||