Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / android / android_api / base / src / main / java / org / iotivity / base / ResourceProperty.java
index 64345db..778543d 100644 (file)
@@ -23,9 +23,9 @@
 package org.iotivity.base;\r
 \r
 public enum ResourceProperty {\r
-    ACTIVE(1 << 0),\r
-    DISCOVERABLE(1 << 1),\r
-    OBSERVABLE(1 << 2),\r
+    DISCOVERABLE(1 << 0),\r
+    OBSERVABLE(1 << 1),\r
+    ACTIVE(1 << 2),\r
     SLOW(1 << 3),\r
     SECURE(1 << 4);\r
 \r