[Tizen][ATSPI] Adds support for enumeration in Property::Value 64/176664/4
authorRadoslaw Cybulski <r.cybulski@partner.samsung.com>
Fri, 20 Apr 2018 11:14:57 +0000 (13:14 +0200)
committerdongsug song <dongsug.song@samsung.com>
Mon, 30 Apr 2018 11:05:25 +0000 (11:05 +0000)
commit73d60dbcb98919afdb447746259f7c1ffcd10040
tree0ae34ea6bd9353a66bb37fee19208ca13d190493
parent430a73ffd92a29dd65e7035cac2183f17c2ef2c3
[Tizen][ATSPI] Adds support for enumeration in Property::Value

Property::Value can now be initialized with enumeration value. It will
be converted into int. Similarly user can retrieve int value as
enumeration. Note, that no attempt is made to check, if enumeration
types for setting and retrieving match - user can set with one
enumeration type and retrieve with another.

Change-Id: Ib2eca2f1102b257f0f718b326999cc9a8ba42654
dali/public-api/object/property-value.h