Class AbstractYangTextSchemaSourceRegistration

  • All Implemented Interfaces:
    AutoCloseable, org.opendaylight.yangtools.concepts.ObjectRegistration<org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource>, org.opendaylight.yangtools.concepts.Registration, YangTextSchemaSourceRegistration

    public abstract class AbstractYangTextSchemaSourceRegistration
    extends org.opendaylight.yangtools.concepts.AbstractObjectRegistration<org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource>
    implements YangTextSchemaSourceRegistration
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractYangTextSchemaSourceRegistration​(org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource instance)  
    • Method Summary

      • Methods inherited from class org.opendaylight.yangtools.concepts.AbstractObjectRegistration

        addToStringAttributes, getInstance
      • Methods inherited from class org.opendaylight.yangtools.concepts.AbstractRegistration

        close, isClosed, notClosed, removeRegistration, toString
      • Methods inherited from interface org.opendaylight.yangtools.concepts.ObjectRegistration

        getInstance
    • Constructor Detail

      • AbstractYangTextSchemaSourceRegistration

        protected AbstractYangTextSchemaSourceRegistration​(org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource instance)