org.dicom4j.core.utils
Class ByteValue

java.lang.Object
  extended by org.dicom4j.core.utils.Value
      extended by org.dicom4j.core.utils.ByteValue
Direct Known Subclasses:
ProtocolDataUnitType

public class ByteValue
extends Value

class to associate an byte value and string (example: 3 - value4)

this class is used to help the implements DICOM defined values

Since:
0.0.5
Author:
Laurent Lecomte

Constructor Summary
ByteValue(byte aValue, String aValueAsString)
           
 
Method Summary
 byte value()
           
 
Methods inherited from class org.dicom4j.core.utils.Value
getAsString, setAsString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteValue

public ByteValue(byte aValue,
                 String aValueAsString)
Method Detail

value

public byte value()


Copyright © 2009 dicom4j. All Rights Reserved.