Packagecom.yworks.yfiles.util
Interfacepublic interface IntValue

Specifies the contract of a general purpose read-only integer value object.



Public Properties
 PropertyDefined By
  value : int
[read-only] Returns the value.
IntValue
Property Detail
valueproperty
value:int  [read-only]

Returns the value.


Implementation
    public function get value():int