public class DicomDirectoryRecordFactory.RTDoseDirectoryRecord extends DicomDirectoryRecord
integerValue, stringValue, uid| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
protected void |
makeIntegerValue()
Make the value that will be retured on a call to
getIntegerValue(). |
protected void |
makeStringValue()
Make the value that will be retured on a call to
getStringValue(). |
String |
toString() |
addChild, addSibling, children, compareToByIntegerValue, compareToByStringValue, equals, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getIndex, getIntegerValue, getParent, getStringValue, getUIDForComparison, isLeaf, removeChild, setParentpublic String toString()
public int compareTo(Object o)
compareTo in interface ComparablecompareTo in class DicomDirectoryRecordprotected void makeIntegerValue()
DicomDirectoryRecordMake the value that will be retured on a call to getIntegerValue().
makeIntegerValue in class DicomDirectoryRecordprotected void makeStringValue()
DicomDirectoryRecordMake the value that will be retured on a call to getStringValue().
makeStringValue in class DicomDirectoryRecord