DoubleValue

Inheritance: java.lang.Object

public class DoubleValue

Double value

Constructors

Constructor Description
DoubleValue(double value, int unit) Constructor.
DoubleValue() Constructor.

Methods

Method Description
deepClone() Creates deep copy of this instance.
equals(Object value) Are objects equal.
getClass()
getUfe() Attributes of an element.
getValue() Double value.
hashCode() Serves as a hash function for a particular type.
isThemed()
notify()
notifyAll()
setThemed(boolean value) For the description of this property, please see isThemed()
setUfe(UnitFormulaErr value) For the description of this property, please see getUfe()
setValue(double value) For the description of this property, please see getValue()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DoubleValue(double value, int unit)

public DoubleValue(double value, int unit)

Constructor.

Parameters:

Parameter Type Description
value double
unit int

DoubleValue()

public DoubleValue()

Constructor.

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object value)

public boolean equals(Object value)

Are objects equal.

Parameters:

Parameter Type Description
value java.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getUfe()

public UnitFormulaErr getUfe()

Attributes of an element.

Returns: UnitFormulaErr

getValue()

public double getValue()

Double value.

Returns: double

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int -

isThemed()

public boolean isThemed()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setThemed(boolean value)

public void setThemed(boolean value)

For the description of this property, please see isThemed()

Parameters:

Parameter Type Description
value boolean

setUfe(UnitFormulaErr value)

public void setUfe(UnitFormulaErr value)

For the description of this property, please see getUfe()

Parameters:

Parameter Type Description
value UnitFormulaErr

setValue(double value)

public void setValue(double value)

For the description of this property, please see getValue()

Parameters:

Parameter Type Description
value double

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int