Merge branch 'master' into simulator
[platform/upstream/iotivity.git] / service / simulator / java / eclipse-plugin / ServiceProviderPlugin / src / oic / simulator / serviceprovider / resource / AttributeValueType.java
1 package oic.simulator.serviceprovider.resource;
2
3 // TODO: Temporarily adding this enum in plug-in. It will be removed once it is added to the java api sdk 
4 public enum AttributeValueType {
5     INTEGER, DOUBLE, STRING, BOOLEAN
6 }