org.ow2.orchestra.pvm.internal.type.variable
Class DoubleVariable

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.type.Variable
      extended by org.ow2.orchestra.pvm.internal.type.variable.DoubleVariable
All Implemented Interfaces:
Serializable

public class DoubleVariable
extends Variable

See Also:
Serialized Form

Field Summary
protected  Double d
           
 
Fields inherited from class org.ow2.orchestra.pvm.internal.type.Variable
converter, dbid, dbversion, key, processInstance, queryText
 
Constructor Summary
DoubleVariable()
           
 
Method Summary
 Object getObject()
          is the value, stored by this variable instance.
 boolean isStorable(Object value)
          is true if this variable-instance supports the given value, false otherwise.
 void setObject(Object value)
          stores the value in this variable instance.
 
Methods inherited from class org.ow2.orchestra.pvm.internal.type.Variable
getConverter, getKey, getProcessInstance, getType, getValue, setConverter, setKey, setProcessInstance, setValue, supports, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

d

protected Double d
Constructor Detail

DoubleVariable

public DoubleVariable()
Method Detail

isStorable

public boolean isStorable(Object value)
Description copied from class: Variable
is true if this variable-instance supports the given value, false otherwise.

Specified by:
isStorable in class Variable

getObject

public Object getObject()
Description copied from class: Variable
is the value, stored by this variable instance.

Specified by:
getObject in class Variable

setObject

public void setObject(Object value)
Description copied from class: Variable
stores the value in this variable instance.

Specified by:
setObject in class Variable


Copyright © 2011 OW2 Consortium. All Rights Reserved.