Remove parent type references
[mdsal.git] / binding / mdsal-binding-generator-api / src / main / java / org / opendaylight / mdsal / binding / model / api / GeneratedType.java
index bf74e5c61b5de6287d415e8a06a9321b6b8e7e6c..da38098e9cd962942aa82b816c9e7572de2baac1 100644 (file)
@@ -30,13 +30,6 @@ import java.util.Optional;
  * no need to specify the scope of visibility.
  */
 public interface GeneratedType extends Type, DocumentedType {
-    /**
-     * Returns the parent type if Generated Type is defined as enclosing type, otherwise returns <code>null</code>.
-     *
-     * @return the parent type if Generated Type is defined as enclosing type, otherwise returns <code>null</code>
-     */
-    Type getParentType();
-
     /**
      * Returns comment string associated with Generated Type.
      *