org.dicom4j.network.protocoldataunit.userinformationsubitems
Interface UserInformationSubItem


public interface UserInformationSubItem

UserInformationSubItem

Since:
0.0.8, 1 mars 2009
Author:
Laurent Lecomte

Method Summary
 String getName()
          Return the name of the Protocol Data Unit
 UserInformationSubItemType getType()
          return the UserInformationSubItemType of this item
 String toString()
          the ProtocolDataUnit as a string
 

Method Detail

getName

String getName()
Return the name of the Protocol Data Unit

Returns:
the name

toString

String toString()
the ProtocolDataUnit as a string

Overrides:
toString in class Object

getType

UserInformationSubItemType getType()

return the UserInformationSubItemType of this item

Returns:
the type
Since:
0.0.8


Copyright © 2009 dicom4j. All Rights Reserved.