Implemented ordering of yang module data nodes. Added Comparators utility class.
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-model-api / src / main / java / org / opendaylight / controller / yang / model / api / ChoiceNode.java
index b67da660cc0dcca222d7d44ddc380fc091fbbb0d..ee4163da48c082531c4f4c99179d242b7f5c383c 100644 (file)
@@ -20,4 +20,6 @@ public interface ChoiceNode extends DataSchemaNode, AugmentationTarget {
      */
     Set<ChoiceCaseNode> getCases();
 
      */
     Set<ChoiceCaseNode> getCases();
 
+    String getDefaultCase();
+
 }
 }