org.dicom4j.dicom.uniqueidentifiers.support
Class AbstractUniqueIdentifierRegistry

java.lang.Object
  extended by org.dicom4j.dicom.uniqueidentifiers.support.AbstractUniqueIdentifierRegistry
Direct Known Subclasses:
SOPClassRegistry, TransferSyntaxRegistry

public abstract class AbstractUniqueIdentifierRegistry
extends Object

Registry of UniqueIdentifier

Since:
0.0.8
Author:
Laurent Lecomte

Constructor Summary
AbstractUniqueIdentifierRegistry()
           
 
Method Summary
abstract  UniqueIdentifierType getType()
          return the type of UniqueIdentifier this registry manage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractUniqueIdentifierRegistry

public AbstractUniqueIdentifierRegistry()
Method Detail

getType

public abstract UniqueIdentifierType getType()
return the type of UniqueIdentifier this registry manage

Returns:


Copyright © 2009 dicom4j. All Rights Reserved.