asposediagram.api

Value.

Property Getters/Setters Summary
methodgetSolutionXML()
method
           Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
methodgetUfev()
method
setUfev(value)
           Specified attributes of an element.
methodgetVal()
method
setVal(value)
           Text value
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
methodequals(obj)
Are objects equal.
methodhashCode()
Serves as a hash function for a particular type.
 

    • Property Getters/Setters Detail

      • getVal/setVal : String 

        String getVal() / setVal(value)
        
        Text value
      • getSolutionXML/setSolutionXML : SolutionXML 

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

      • equals

        boolean equals(obj)
        Are objects equal.
        Parameters:
        obj: Object -
        Returns:
      • hashCode

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

        Object deepClone()
        Creates deep copy of this instance.
        Returns: