public class DicomDirectoryRecordFactory.HL7StructuredDocumentDirectoryRecord 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, setParent
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
compareTo
in class DicomDirectoryRecord
protected void makeIntegerValue()
DicomDirectoryRecord
Make the value that will be retured on a call to getIntegerValue()
.
makeIntegerValue
in class DicomDirectoryRecord
protected void makeStringValue()
DicomDirectoryRecord
Make the value that will be retured on a call to getStringValue()
.
makeStringValue
in class DicomDirectoryRecord
public java.lang.String toString()
toString
in class java.lang.Object