org.dicom4j.network.protocoldataunit
Class AReleaseRPPDU

java.lang.Object
  extended by org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit
      extended by org.dicom4j.network.protocoldataunit.support.AbstractAReleasePDU
          extended by org.dicom4j.network.protocoldataunit.AReleaseRPPDU
All Implemented Interfaces:
ProtocolDataUnit

public class AReleaseRPPDU
extends AbstractAReleasePDU

A-RELEASE-RP PDU

Since:
0.0.0
Author:
Laurent Lecomte

Nested Class Summary
 
Nested classes/interfaces inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit
ProtocolDataUnit.Types
 
Constructor Summary
AReleaseRPPDU()
          Creates a new A-Release-RP PDU
 
Method Summary
 ProtocolDataUnitType getType()
           return the type of the Protocol Data Unit TODO change to ProtocolType
 
Methods inherited from class org.dicom4j.network.protocoldataunit.support.AbstractAReleasePDU
getLength, read, write
 
Methods inherited from class org.dicom4j.network.protocoldataunit.support.ProtocolDataUnit
checkStream, getName, getSopClassRegistry, setSopClassRegistry, toBytes, toString, typetoString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AReleaseRPPDU

public AReleaseRPPDU()
Creates a new A-Release-RP PDU

Method Detail

getType

public ProtocolDataUnitType getType()
Description copied from class: ProtocolDataUnit

return the type of the Protocol Data Unit

TODO change to ProtocolType

Specified by:
getType in interface ProtocolDataUnit
Specified by:
getType in class ProtocolDataUnit
Returns:
the type


Copyright © 2009 dicom4j. All Rights Reserved.