asposediagram.api

Class IntValue

Integer value

Constructor Summary
IntValue(value, unit)
Constructor.
 
Property Getters/Setters Summary
methodisThemed()
method
setThemed(value)
          
methodgetUfe()
method
setUfe(value)
           Attributes of an element.
methodgetValue()
method
setValue(value)
           Integer value.
 
Method Summary
methoddeepClone()
Creates deep copy of this instance.
methodequals(value)
Are objects equal.
methodhashCode()
Serves as a hash function for a particular type.
 

    • Constructor Detail

      • IntValue

        IntValue(value, unit)
        Constructor.
        Parameters:
        value: int -
        unit: int - A MeasureConst value.
    • Property Getters/Setters Detail

      • getValue/setValue : int 

        int getValue() / setValue(value)
        
        Integer value.
      • isThemed/setThemed : boolean 

        boolean isThemed() / setThemed(value)
        
    • Method Detail

      • equals

        boolean equals(value)
        Are objects equal.
        Parameters:
        value: 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: