Class SubscribedNotificationsConstants
java.lang.Object
org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsConstants
Constants associated with RFC8639.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Normative prefix to use when importingRFC8639_SOURCE
.static final QNameModule
Runtime RFC8639 identity.static final SourceIdentifier
RFC8639 model source name. -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<SourceIdentifier>
Return identifiers of all sources known to define the metadata extension.
-
Field Details
-
RFC8639_MODULE
Runtime RFC8639 identity. -
RFC8639_SOURCE
RFC8639 model source name. -
MODULE_PREFIX
Normative prefix to use when importingRFC8639_SOURCE
.- See Also:
-
-
Method Details
-
knownModelSources
Return identifiers of all sources known to define the metadata extension.- Returns:
- Collection of identifiers.
-