org.dicom4j.core.utils
Class Value

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

public abstract class Value
extends Object

base class for IntValue, ByteValue

Since:
0.0.6
Author:
Laurent Lecomte

Constructor Summary
Value()
           
 
Method Summary
 String getAsString()
           
 void setAsString(String asString)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Value

public Value()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAsString

public String getAsString()

setAsString

public void setAsString(String asString)


Copyright © 2009 dicom4j. All Rights Reserved.