com.aspose.diagram
Class UnitFormulaErrV

java.lang.Object
  extended by UnitFormulaErr
      extended by com.aspose.diagram.UnitFormulaErrV

public class UnitFormulaErrV 
extends UnitFormulaErr

Specified attributes of an element.


Constructor Summary
UnitFormulaErrV(int unit, java.lang.String f, java.lang.String err, java.lang.String v)
           Constructor.
 
Property Getters/Setters Summary
java.lang.StringgetErr()→ inherited from UnitFormulaErr
voidsetErr(java.lang.String)
           Indicates that the formula evaluates to an error.
java.lang.StringgetF()→ inherited from UnitFormulaErr
voidsetF(java.lang.String)
           Represents the element's formula.
intgetUnit()→ inherited from UnitFormulaErr
voidsetUnit(int)
           Units of measure. The value of the property is MeasureConst integer constant.
java.lang.StringgetV()
voidsetV(java.lang.String)
           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.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
booleanequals(java.lang.Object value)
           Are objects equal.
inthashCode()
           Serves as a hash function for a particular type.
 

Constructor Detail

UnitFormulaErrV

public UnitFormulaErrV(int unit, java.lang.String f, java.lang.String err, java.lang.String v)
Constructor.
Parameters:
unit - A MeasureConst value.
f -
err -
v -

Property Getters/Setters Detail

getV/setV

public java.lang.String getV() / public void setV(java.lang.String value)
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.

getUnit/setUnit

→ inherited from UnitFormulaErr
public int getUnit() / public void setUnit(int value)
Units of measure. The value of the property is MeasureConst integer constant.

getF/setF

→ inherited from UnitFormulaErr
public java.lang.String getF() / public void setF(java.lang.String value)
Represents the element's formula.

getErr/setErr

→ inherited from UnitFormulaErr
public java.lang.String getErr() / public void setErr(java.lang.String value)
Indicates that the formula evaluates to an error.

Method Detail

equals

public boolean equals(java.lang.Object value)
Are objects equal.
Parameters:
value -
Returns:

hashCode

public int hashCode()
Serves as a hash function for a particular type.
Returns:

deepClone

public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.