Sync Common folder
[transportpce.git] / common / src / main / java / org / opendaylight / transportpce / common / mapping / MappingUtils.java
diff --git a/common/src/main/java/org/opendaylight/transportpce/common/mapping/MappingUtils.java b/common/src/main/java/org/opendaylight/transportpce/common/mapping/MappingUtils.java
new file mode 100644 (file)
index 0000000..42797c7
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Copyright © 2017 AT&T 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.transportpce.common.mapping;
+
+public interface MappingUtils {
+
+    /*
+        This method returns the OpenROADM yang release
+        supported by the device.
+     */
+    String getOpenRoadmVersion(String nodeId);
+}