UnitFormulaErr

Inheritance: java.lang.Object

public class UnitFormulaErr

Specifies attributes of an element.

Constructors

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

Methods

Method Description
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:

Parameter Type Description
unit int
f java.lang.String
err java.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:

Parameter Type Description
value java.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:

Parameter Type Description
value java.lang.String

setF(String value)

public void setF(String value)

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

Parameters:

Parameter Type Description
value java.lang.String

setUnit(int value)

public void setUnit(int value)

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

Parameters:

Parameter Type Description
value int

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