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