com.pixelmed.dicom
Class DicomDirectoryRecordFactory.EncapsulatedDocumentDirectoryRecord

java.lang.Object
  extended by com.pixelmed.dicom.DicomDirectoryRecord
      extended by com.pixelmed.dicom.DicomDirectoryRecordFactory.EncapsulatedDocumentDirectoryRecord
All Implemented Interfaces:
Comparable, TreeNode
Enclosing class:
DicomDirectoryRecordFactory

public class DicomDirectoryRecordFactory.EncapsulatedDocumentDirectoryRecord
extends DicomDirectoryRecord


Field Summary
 
Fields inherited from class com.pixelmed.dicom.DicomDirectoryRecord
integerValue, stringValue, uid
 
Method Summary
 int compareTo(Object o)
           
protected  void makeIntegerValue()
           
protected  void makeStringValue()
           
 String 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable
Overrides:
compareTo in class DicomDirectoryRecord
Parameters:
o -

makeStringValue

protected void makeStringValue()
Specified by:
makeStringValue in class DicomDirectoryRecord

makeIntegerValue

protected void makeIntegerValue()
Specified by:
makeIntegerValue in class DicomDirectoryRecord