Class NetconfConstants
java.lang.Object
org.opendaylight.yangtools.rfc6241.model.api.NetconfConstants
Constants associated with RFC6241.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Normative prefix to use when importingRFC6241_SOURCE
.static final QNameModule
Runtime RFC6241 identity.static final SourceIdentifier
RFC6241 model source name. -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<SourceIdentifier>
Return identifiers of all sources known to define NACM extension.
-
Field Details
-
RFC6241_MODULE
Runtime RFC6241 identity. -
RFC6241_SOURCE
RFC6241 model source name. -
MODULE_PREFIX
Normative prefix to use when importingRFC6241_SOURCE
.- See Also:
-
-
Method Details
-
knownModelSources
Return identifiers of all sources known to define NACM extension.- Returns:
- Collection of identifiers.
-