|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XDocument.X.Enum | |
---|---|
org.icenigrid.schema.pbs.qstat | |
org.icenigrid.schema.pbs.qstat.impl |
Uses of XDocument.X.Enum in org.icenigrid.schema.pbs.qstat |
---|
Fields in org.icenigrid.schema.pbs.qstat declared as XDocument.X.Enum | |
---|---|
static XDocument.X.Enum |
XDocument.X.NODESET_ONEOF_FEATURE_SWITCH_10_SWITCH_11_ECS
|
Methods in org.icenigrid.schema.pbs.qstat that return XDocument.X.Enum | |
---|---|
static XDocument.X.Enum |
XDocument.X.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static XDocument.X.Enum |
XDocument.X.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none. |
XDocument.X.Enum |
JobDocument.Job.getX()
Gets the "x" element |
XDocument.X.Enum |
XDocument.getX()
Gets the "x" element |
Methods in org.icenigrid.schema.pbs.qstat with parameters of type XDocument.X.Enum | |
---|---|
void |
JobDocument.Job.setX(XDocument.X.Enum x)
Sets the "x" element |
void |
XDocument.setX(XDocument.X.Enum x)
Sets the "x" element |
Uses of XDocument.X.Enum in org.icenigrid.schema.pbs.qstat.impl |
---|
Methods in org.icenigrid.schema.pbs.qstat.impl that return XDocument.X.Enum | |
---|---|
XDocument.X.Enum |
JobDocumentImpl.JobImpl.getX()
Gets the "x" element |
XDocument.X.Enum |
XDocumentImpl.getX()
Gets the "x" element |
Methods in org.icenigrid.schema.pbs.qstat.impl with parameters of type XDocument.X.Enum | |
---|---|
void |
JobDocumentImpl.JobImpl.setX(XDocument.X.Enum x)
Sets the "x" element |
void |
XDocumentImpl.setX(XDocument.X.Enum x)
Sets the "x" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |