Class MetadataConstants
java.lang.Object
org.opendaylight.yangtools.rfc7952.model.api.MetadataConstants
Constants associated with RFC7952.
- Author:
- Robert Varga
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Normative prefix to use when importingRFC7952_SOURCE
.static final QNameModule
Runtime RFC7952 identity.static final SourceIdentifier
RFC7952 model source name. -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<SourceIdentifier>
Return identifiers of all sources known to define the metadata extension.
-
Field Details
-
RFC7952_MODULE
Runtime RFC7952 identity. -
RFC7952_SOURCE
RFC7952 model source name. -
MODULE_PREFIX
Normative prefix to use when importingRFC7952_SOURCE
.- See Also:
-
-
Method Details
-
knownModelSources
Return identifiers of all sources known to define the metadata extension.- Returns:
- Collection of identifiers.
-