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