Package com.pixelmed.dicom
Class DicomDirectoryRecordFactory.RTPlanDirectoryRecord
java.lang.Object
com.pixelmed.dicom.DicomDirectoryRecord
com.pixelmed.dicom.DicomDirectoryRecordFactory.RTPlanDirectoryRecord
- All Implemented Interfaces:
Comparable,TreeNode
- Enclosing class:
- DicomDirectoryRecordFactory
-
Field Summary
Fields inherited from class com.pixelmed.dicom.DicomDirectoryRecord
integerValue, stringValue, uid -
Method Summary
Modifier and TypeMethodDescriptionintprotected voidMake the value that will be retured on a call togetIntegerValue().protected voidMake the value that will be retured on a call togetStringValue().toString()Methods inherited from class com.pixelmed.dicom.DicomDirectoryRecord
addChild, addSibling, children, compareToByIntegerValue, compareToByStringValue, equals, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getIndex, getIntegerValue, getParent, getStringValue, getUIDForComparison, isLeaf, removeChild, setParent
-
Method Details
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable- Overrides:
compareToin classDicomDirectoryRecord
-
makeStringValue
protected void makeStringValue()Description copied from class:DicomDirectoryRecordMake the value that will be retured on a call to
getStringValue().- Specified by:
makeStringValuein classDicomDirectoryRecord
-
makeIntegerValue
protected void makeIntegerValue()Description copied from class:DicomDirectoryRecordMake the value that will be retured on a call to
getIntegerValue().- Specified by:
makeIntegerValuein classDicomDirectoryRecord
-