org.dicom4j.network.protocoldataunit.userinformationsubitems
Class UserInformationSubItemFactory

java.lang.Object
  extended by org.dicom4j.network.protocoldataunit.userinformationsubitems.UserInformationSubItemFactory

public class UserInformationSubItemFactory
extends Object

Factory to create UserInformationSubItem

Since:
0.0.0
Author:
Laurent Lecomte

Constructor Summary
UserInformationSubItemFactory()
           
 
Method Summary
 AbstractUserInformationSubItem newUserInformationSubItem(byte aType)
          creates a new UserInformationSubItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserInformationSubItemFactory

public UserInformationSubItemFactory()
Method Detail

newUserInformationSubItem

public AbstractUserInformationSubItem newUserInformationSubItem(byte aType)
                                                         throws DicomException
creates a new UserInformationSubItem

Parameters:
aType - the type of the UserInformationSubItem
Returns:
the created UserInformationSubItem (null if type doesn't match to a known UserInformationSubItem)
Throws:
DicomException


Copyright © 2009 dicom4j. All Rights Reserved.