|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumich.cac.data.Field
umich.cac.data.MemField
This class encapsulates memory field data. Memory in PBS is encoded as "1234kb" where the data AND the unites are in the same field. It is nice to have the units seperate from the data. Thus two children are created MEMORY and UNITS, so the results XML looks like
<mem> <memory>15848</memory> <units>kb</units> </mem>
Field Summary |
Fields inherited from class umich.cac.data.Field |
childrenFields, fieldName, fieldType, nl, rawValue |
Constructor Summary | |
MemField(FieldName fieldName,
java.lang.String rawValue)
Constructor for MemField field |
Methods inherited from class umich.cac.data.Field |
addAttribute, addChild, getAttributes, getChildren, getFieldName, getFieldType, getRawValue, setRawValue, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemField(FieldName fieldName, java.lang.String rawValue)
fieldName
- FieldName describing this field, like MEM or VMEMrawValue
- The raw value of this field from accounting data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |