public interface ComplexEntry extends GEObject
Warning: The ComplexEntry class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
int |
getConsumable()
Get the value of the consumable attribute.
|
java.lang.String |
getDefault()
Get the value of the default attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getRelop()
Get the value of the relop attribute.
|
int |
getRequestable()
Get the value of the requestable attribute.
|
java.lang.String |
getShortcut()
Get the value of the shortcut attribute.
|
java.lang.String |
getStringval()
Get the value of the stringval attribute.
|
java.lang.String |
getUrgencyWeight()
Get the value of the urgencyWeight attribute.
|
int |
getValtype()
Get the value of the valtype attribute.
|
boolean |
isSetConsumable()
Determine if any consumable attribute is set
|
boolean |
isSetDefault()
Determine if any default attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetRelop()
Determine if any relop attribute is set
|
boolean |
isSetRequestable()
Determine if any requestable attribute is set
|
boolean |
isSetShortcut()
Determine if any shortcut attribute is set
|
boolean |
isSetStringval()
Determine if any stringval attribute is set
|
boolean |
isSetUrgencyWeight()
Determine if any urgencyWeight attribute is set
|
boolean |
isSetValtype()
Determine if any valtype attribute is set
|
int |
opToInt(java.lang.String type) |
java.lang.String |
opToString(int op) |
int |
reqToInt(java.lang.String type) |
java.lang.String |
reqToString(int op) |
void |
setConsumable(int aConsumable)
Set the consumable attribute.
|
void |
setDefault(java.lang.String aDefault)
Set the default attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setRelop(int aRelop)
Set the relop attribute.
|
void |
setRequestable(int aRequestable)
Set the requestable attribute.
|
void |
setShortcut(java.lang.String aShortcut)
Set the shortcut attribute.
|
void |
setStringval(java.lang.String aStringval)
Set the stringval attribute.
|
void |
setUrgencyWeight(java.lang.String aUrgencyWeight)
Set the urgencyWeight attribute.
|
void |
setValtype(int aValtype)
Set the valtype attribute.
|
int |
typeToInt(java.lang.String type) |
java.lang.String |
typeToString(int type) |
equalsCompletely, getParent
void setName(java.lang.String aName)
aName
- the new value for the name attributejava.lang.String getName()
boolean isSetName()
true
if the name attribute is setvoid setShortcut(java.lang.String aShortcut)
aShortcut
- the new value for the shortcut attributejava.lang.String getShortcut()
boolean isSetShortcut()
true
if the shortcut attribute is setvoid setValtype(int aValtype)
aValtype
- the new value for the valtype attributeint getValtype()
boolean isSetValtype()
true
if the valtype attribute is setvoid setStringval(java.lang.String aStringval)
aStringval
- the new value for the stringval attributejava.lang.String getStringval()
boolean isSetStringval()
true
if the stringval attribute is setvoid setRelop(int aRelop)
aRelop
- the new value for the relop attributeint getRelop()
boolean isSetRelop()
true
if the relop attribute is setvoid setConsumable(int aConsumable)
aConsumable
- the new value for the consumable attributeint getConsumable()
boolean isSetConsumable()
true
if the consumable attribute is setvoid setDefault(java.lang.String aDefault)
aDefault
- the new value for the default attributejava.lang.String getDefault()
boolean isSetDefault()
true
if the default attribute is setvoid setRequestable(int aRequestable)
aRequestable
- the new value for the requestable attributeint getRequestable()
boolean isSetRequestable()
true
if the requestable attribute is setvoid setUrgencyWeight(java.lang.String aUrgencyWeight)
aUrgencyWeight
- the new value for the urgencyWeight attributejava.lang.String getUrgencyWeight()
boolean isSetUrgencyWeight()
true
if the urgencyWeight attribute is setjava.lang.String typeToString(int type)
int typeToInt(java.lang.String type)
java.lang.String opToString(int op)
int opToInt(java.lang.String type)
java.lang.String reqToString(int op)
int reqToInt(java.lang.String type)
java.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.