Uses of Class
org.freehep.util.Value

Packages that use Value
org.freehep.util Generic utility classes for FreeHEP. 
 

Uses of Value in org.freehep.util
 

Methods in org.freehep.util that return Value
 Value Value.fromExternal(String external)
          Set to value from the external respresentation
 Value Value.set(boolean val)
          Set the Value's internal value to a boolean.
 Value Value.set(byte val)
          Set the Value's internal value to a byte.
 Value Value.set(char val)
          Set the Value's internal value to a char.
 Value Value.set(Date val)
          Set the Value's internal value to a Date.
 Value Value.set(double val)
          Set the Value's internal value to a double.
 Value Value.set(float val)
          Set the Value's internal value to a float.
 Value Value.set(int val)
          Set the Value's internal value to an integer.
 Value Value.set(long val)
          Set the Value's internal value to a long.
 Value Value.set(Object val)
          Set the Value's internal value to an Object.
 Value Value.set(short val)
          Set the Value's internal value to a short.
 Value Value.set(String val)
          Set the Value's internal value to a String.
 Value Value.setValue(Value v)
           
 

Methods in org.freehep.util with parameters of type Value
 Value Value.setValue(Value v)
           
 

Constructors in org.freehep.util with parameters of type Value
Value(Value v)
           
 



Copyright © 2012. All Rights Reserved.