com.aspose.diagram

Class Str2Value

  • java.lang.Object
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i, java.lang.Cloneable
    public class Str2Value 
    extends StrValue

String value.

Constructor Summary
Str2Value(java.lang.Stringvalue)
Constructor.
Str2Value(java.lang.Stringvalue, UnitFormulaErrV ufev)
Constructor.
 
Property Getters/Setters Summary
UnitFormulaErrgetUfe()
void
           Attributes of an element.
UnitFormulaErrVgetUfev()
void
           Attributes of an element.
java.lang.StringgetValue()
void
setValue(java.lang.Stringvalue)
           String 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

      • 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

      • getValue/setValue

        public java.lang.String getValue() / public void setValue(java.lang.String value)
        
        String value.
    • 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: