asposediagram.api

Class BoolValue

Boolean value.

Constructor Summary
BoolValue(value, unit)
Constructor.
 
Property Getters/Setters Summary
methodisThemed()
method
setThemed(value)
          
methodgetUfe()
method
setUfe(value)
           Attributes of an element.
methodgetValue()
method
setValue(value)
           Boolean value The value of the property is BOOL integer constant.
 
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

      • BoolValue

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

      • getValue/setValue : int 

        int getValue() / setValue(value)
        
        Boolean value The value of the property is BOOL integer constant.
      • 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: