Switch default output stream version
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / NodeTypes.java
index 83497e683224bac7aaaf7a3be3693abfab96f4e5..dc034cc7ae8d870ce6836dd83215075a23103bd9 100644 (file)
@@ -22,6 +22,8 @@ final class NodeTypes {
     public static final byte AUGMENTATION_NODE = 11;
     public static final byte ANY_XML_NODE = 12;
     public static final byte END_NODE = 13;
+    public static final byte ORDERED_LEAF_SET = 14;
+    public static final byte YANG_MODELED_ANY_XML_NODE = 15;
 
     private NodeTypes() {
         throw new UnsupportedOperationException("utility class");