Remove parent type references
[mdsal.git] / binding / mdsal-binding-generator-api / src / main / java / org / opendaylight / mdsal / binding / model / api / Enumeration.java
index 270c146802cf1be880801bb7964e6410cad0caa9..746e55d2418a4d6244da1891a112854d344aa8a2 100644 (file)
@@ -14,17 +14,6 @@ import org.opendaylight.yangtools.yang.model.api.DocumentedNode;
  * Interface provide methods for reading data of enumeration class.
  */
 public interface Enumeration extends GeneratedType {
-    /**
-     * Returns list of annotation definitions associated with enumeration type.
-     *
-     * @return list of annotation definitions associated with enumeration type.
-     */
-    @Override
-    List<AnnotationType> getAnnotations();
-
-    @Override
-    Type getParentType();
-
     /**
      * Returns list of the couples - name and value.
      *