com.aspose.diagram
Class Value

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

public class Value 
extends java.lang.Object

Value.


Property Getters/Setters Summary
SolutionXMLgetSolutionXML()
voidsetSolutionXML(SolutionXML)
           Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
UnitFormulaErrVgetUfev()
voidsetUfev(UnitFormulaErrV)
           Specified attributes of an element.
java.lang.StringgetVal()
voidsetVal(java.lang.String)
           Text value
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
booleanequals(java.lang.Object obj)
           Are objects equal.
inthashCode()
           Serves as a hash function for a particular type.
 

Property Getters/Setters Detail

getUfev/setUfev

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

getVal/setVal

public java.lang.String getVal() / public void setVal(java.lang.String value)
Text value

getSolutionXML/setSolutionXML

public SolutionXML getSolutionXML() / public void setSolutionXML(SolutionXML value)
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.

Method Detail

equals

public boolean equals(java.lang.Object obj)
Are objects equal.
Parameters:
obj -
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.