Merge "Prevent stub and integrationtest plugins to go into the distribution of openda...
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-model-api / src / main / java / org / opendaylight / controller / sal / binding / model / api / GeneratedTransferObject.java
index 4bed98a26b804c5e0b928f1bddd0a161b31becff..6fa551e82122095cdcc86d06d756b2526c011ee6 100644 (file)
@@ -8,16 +8,10 @@
 package org.opendaylight.controller.sal.binding.model.api;
 
 import java.util.List;
-import java.util.Set;
 
-public interface GeneratedTransferObject extends Type {
+public interface GeneratedTransferObject extends GeneratedType {
     
-    /**
-     * Returns Set of all Enumerator definitions associated with interface.
-     * 
-     * @return Set of all Enumerator definitions associated with interface.
-     */
-    public List<Enumeration> getEnumDefintions();
+    public GeneratedTransferObject getExtends();
     
     public List<GeneratedProperty> getProperties();