UnitFormulaErrV
Inheritance: java.lang.Object, com.aspose.diagram.UnitFormulaErr
public class UnitFormulaErrV extends UnitFormulaErr
Specified attributes of an element.
Constructors
Constructor | Description |
---|---|
UnitFormulaErrV(int unit, String f, String err, String v) | 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. |
getV() | Represents the null string condition for a string cell value. |
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() |
setV(String value) | For the description of this property, please see getV() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
UnitFormulaErrV(int unit, String f, String err, String v)
public UnitFormulaErrV(int unit, String f, String err, String v)
Constructor.
Parameters:
Parameter | Type | Description |
---|---|---|
unit | int | |
f | java.lang.String | |
err | java.lang.String | |
v | java.lang.String |
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
getV()
public String getV()
Represents the null string condition for a string cell value. In some cases it is helpful to distinguish between an empty string cell null and a null string cell value. This attribute is used to distinguish between these forms of an empty value.
Returns: java.lang.String
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 |
setV(String value)
public void setV(String value)
For the description of this property, please see getV()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
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 |