UnitFormulaErr

Inheritance: java.lang.Object

public class UnitFormulaErr

Specifies attributes of an element.

Constructors

ConstructorDescription
UnitFormulaErr(int unit, String f, String err)Constructor.
UnitFormulaErr()Constructor.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object value)Are objects equal.
getClass()
getErr()Indicates that the formula evaluates to an error.
getF()Represents the element’s formula.
getUnit()Units of measure.
hashCode()Serves as a hash function for a particular type.
notify()
notifyAll()
setErr(String value)For the description of this property, please see getErr()
setF(String value)For the description of this property, please see getF()
setUnit(int value)For the description of this property, please see getUnit()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

UnitFormulaErr(int unit, String f, String err)

public UnitFormulaErr(int unit, String f, String err)

Constructor.

Parameters:

ParameterTypeDescription
unitint
fjava.lang.String
errjava.lang.String

UnitFormulaErr()

public UnitFormulaErr()

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:

ParameterTypeDescription
valuejava.lang.Object

Returns: boolean -

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getErr()

public String getErr()

Indicates that the formula evaluates to an error.

Returns: java.lang.String

getF()

public String getF()

Represents the element’s formula.

Returns: java.lang.String

getUnit()

public int getUnit()

Units of measure.

Returns: int

hashCode()

public int hashCode()

Serves as a hash function for a particular type.

Returns: int -

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setErr(String value)

public void setErr(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setF(String value)

public void setF(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUnit(int value)

public void setUnit(int value)

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

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int