Enhancement to switchmanager CLI commands to display all the properties of node and...
[controller.git] / opendaylight / sal / api / src / main / java / org / opendaylight / controller / sal / core / Property.java
index 574f6d02381303afba11f827aed6bbd972cd00fd..a5deb547e351c1f154fd0eade864173aa82c011b 100644 (file)
@@ -53,6 +53,8 @@ abstract public class Property implements Serializable, Cloneable {
         return this.name;
     }
 
+    public abstract String getStringValue();
+
     /**
      * Used to copy the Property in a polymorphic way
      *