public interface JGDIAnswer extends GEObject
Warning: The JGDIAnswer class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
int |
getQuality()
Get the value of the quality attribute.
|
int |
getStatus()
Get the value of the status attribute.
|
java.lang.String |
getText()
Get the value of the text attribute.
|
boolean |
isSetQuality()
Determine if any quality attribute is set
|
boolean |
isSetStatus()
Determine if any status attribute is set
|
boolean |
isSetText()
Determine if any text attribute is set
|
void |
setQuality(int aQuality)
Set the quality attribute.
|
void |
setStatus(int aStatus)
Set the status attribute.
|
void |
setText(java.lang.String aText)
Set the text attribute.
|
equalsCompletely, getName, getParent
void setStatus(int aStatus)
aStatus
- the new value for the status attributeint getStatus()
boolean isSetStatus()
true
if the status attribute is setvoid setText(java.lang.String aText)
aText
- the new value for the text attributejava.lang.String getText()
boolean isSetText()
true
if the text attribute is setvoid setQuality(int aQuality)
aQuality
- the new value for the quality attributeint getQuality()
boolean isSetQuality()
true
if the quality attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.