|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.data.FieldType
Describes the types of fields, like a resource used type field, a resource listed type field, or generic fields. For example a FieldType object for a field requesting 10 nodes would be a RESOURCE_LIST, while a FieldType object for a field that user RAN on 10 nodes would be RESOURCE_USED. A GENERIC would be something like the jobname.
This is manually used to combine the different fields under the correct tags in the record parsers
Field Summary | |
static FieldType |
GENERIC
This is the record type field for a generic type field |
static FieldType |
RESOURCE_LIST
This is a resource requested type of field |
static FieldType |
RESOURCE_USED
This is a resources used type of field |
Constructor Summary | |
FieldType(java.lang.String description,
int id)
Constructor for the FieldType object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static FieldType RESOURCE_USED
public static FieldType RESOURCE_LIST
public static FieldType GENERIC
Constructor Detail |
public FieldType(java.lang.String description, int id)
description
- name of the FieldTypeid
- unique id for this field type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |