X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fnode%2Futils%2Fstream%2FNodeTypes.java;h=dc034cc7ae8d870ce6836dd83215075a23103bd9;hb=refs%2Fchanges%2F67%2F82467%2F3;hp=debf328dcdacba7152aa8562c6a0ed09fda3efb1;hpb=5712f77e660093489009335f97696fa9d1d21827;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NodeTypes.java b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NodeTypes.java index debf328dcd..dc034cc7ae 100644 --- a/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NodeTypes.java +++ b/opendaylight/md-sal/sal-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/stream/NodeTypes.java @@ -1,12 +1,11 @@ /* + * Copyright (c) 2014, 2015 Cisco Systems, Inc. and others. All rights reserved. * - * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved. - * - * This program and the accompanying materials are made available under the - * terms of the Eclipse Public License v1.0 which accompanies this distribution, - * and is available at http://www.eclipse.org/legal/epl-v10.html - * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html */ + package org.opendaylight.controller.cluster.datastore.node.utils.stream; final class NodeTypes { @@ -23,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");