com.aspose.diagram
Class Str2Value

java.lang.Object
  extended by StrValue
      extended by com.aspose.diagram.Str2Value
All Implemented Interfaces:
java.lang.Cloneable

public class Str2Value 
extends StrValue

String value.


Constructor Summary
Str2Value(java.lang.String value)
           Constructor.
Str2Value(java.lang.String value, UnitFormulaErrV ufev)
           Constructor.
 
Property Getters/Setters Summary
UnitFormulaErrgetUfe()→ inherited from StrValue
voidsetUfe(UnitFormulaErr)
           Attributes of an element.
UnitFormulaErrVgetUfev()
voidsetUfev(UnitFormulaErrV)
           Attributes of an element.
java.lang.StringgetValue()→ inherited from StrValue
voidsetValue(java.lang.String)
           String value.
 
Method Summary
java.lang.ObjectdeepClone()→ inherited from StrValue
           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

Str2Value

public Str2Value(java.lang.String value)
Constructor.
Parameters:
value -

Str2Value

public Str2Value(java.lang.String value, UnitFormulaErrV ufev)
Constructor.
Parameters:
value -
ufev -

Property Getters/Setters Detail

getUfev/setUfev

public UnitFormulaErrV getUfev() / public void setUfev(UnitFormulaErrV value)
Attributes of an element.

getValue/setValue

→ inherited from StrValue
public java.lang.String getValue() / public void setValue(java.lang.String value)
String value.

getUfe/setUfe

→ inherited from StrValue
public UnitFormulaErr getUfe() / public void setUfe(UnitFormulaErr value)
Attributes of an element.

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

→ inherited from StrValue
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.