Add RFC8776 types
[mdsal.git] / model / ietf / rfc8776-ietf-te-types / src / main / java / org / opendaylight / yang / gen / v1 / urn / ietf / params / xml / ns / yang / ietf / te / types / rev200610 / PathAttributeFlagsBuilder.java
diff --git a/model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/PathAttributeFlagsBuilder.java b/model/ietf/rfc8776-ietf-te-types/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/ietf/te/types/rev200610/PathAttributeFlagsBuilder.java
new file mode 100644 (file)
index 0000000..af6bce2
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2020 PANTHEON.tech, s.r.o. 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
+ */
+package org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.te.types.rev200610;
+
+public class PathAttributeFlagsBuilder {
+    private PathAttributeFlagsBuilder() {
+        // Hidden on purpose
+    }
+
+    public static PathAttributeFlags getDefaultInstance(final String defaultValue) {
+        throw new UnsupportedOperationException("Not yet implemented");
+    }
+}