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