Class NetconfConstants
- java.lang.Object
-
- org.opendaylight.yangtools.rfc6241.model.api.NetconfConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
MODULE_PREFIX
Normative prefix to use when importingRFC6241_SOURCE
.static QNameModule
RFC6241_MODULE
Runtime RFC6241 identity.static SourceIdentifier
RFC6241_SOURCE
RFC6241 model source name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<SourceIdentifier>
knownModelSources()
Return identifiers of all sources known to define NACM extension.
-
-
-
Field Detail
-
RFC6241_MODULE
public static final QNameModule RFC6241_MODULE
Runtime RFC6241 identity.
-
RFC6241_SOURCE
public static final SourceIdentifier RFC6241_SOURCE
RFC6241 model source name.
-
MODULE_PREFIX
public static final String MODULE_PREFIX
Normative prefix to use when importingRFC6241_SOURCE
.- See Also:
- Constant Field Values
-
-
Method Detail
-
knownModelSources
public static Collection<SourceIdentifier> knownModelSources()
Return identifiers of all sources known to define NACM extension.- Returns:
- Collection of identifiers.
-
-