Class NACMConstants
- java.lang.Object
-
- org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
@NonNullByDefault public final class NACMConstants extends Object
Constants associated with RFC6536.- Author:
- Robert Varga
-
-
Field Summary
Fields Modifier and Type Field Description static String
MODULE_PREFIX
Normative prefix to use when importingRFC6536_SOURCE
.static QNameModule
RFC6536_MODULE
Runtime RFC6536 identity.static SourceIdentifier
RFC6536_SOURCE
RFC6536 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
-
RFC6536_MODULE
public static final QNameModule RFC6536_MODULE
Runtime RFC6536 identity.
-
RFC6536_SOURCE
public static final SourceIdentifier RFC6536_SOURCE
RFC6536 model source name.
-
MODULE_PREFIX
public static final String MODULE_PREFIX
Normative prefix to use when importingRFC6536_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.
-
-