java.lang.Object
org.opendaylight.yangtools.rfc6241.model.api.NetconfConstants

@Beta @NonNullByDefault public final class NetconfConstants extends Object
Constants associated with RFC6241.
Author:
Robert Varga
  • Field Details

    • RFC6241_MODULE

      public static final QNameModule RFC6241_MODULE
      Runtime RFC6241 identity.
    • RFC6241_SOURCE

      public static final org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier RFC6241_SOURCE
      RFC6241 model source name.
    • MODULE_PREFIX

      public static final String MODULE_PREFIX
      Normative prefix to use when importing RFC6241_SOURCE.
      See Also:
  • Method Details

    • knownModelSources

      public static Collection<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier> knownModelSources()
      Return identifiers of all sources known to define NACM extension.
      Returns:
      Collection of identifiers.