Class YangDataConstants
- java.lang.Object
-
- org.opendaylight.yangtools.rfc8040.model.api.YangDataConstants
-
@NonNullByDefault public final class YangDataConstants extends Object
Constants associated with RFC8040.- Author:
- Robert Varga
-
-
Field Summary
Fields Modifier and Type Field Description static String
MODULE_PREFIX
Normative prefix to use when importingRFC8040_SOURCE
.static QNameModule
RFC8040_MODULE
Runtime RFC8040 identity.static SourceIdentifier
RFC8040_SOURCE
RFC8040 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 the metadata extension.
-
-
-
Field Detail
-
RFC8040_MODULE
public static final QNameModule RFC8040_MODULE
Runtime RFC8040 identity.
-
RFC8040_SOURCE
public static final SourceIdentifier RFC8040_SOURCE
RFC8040 model source name.
-
MODULE_PREFIX
public static final String MODULE_PREFIX
Normative prefix to use when importingRFC8040_SOURCE
.- See Also:
- Constant Field Values
-
-
Method Detail
-
knownModelSources
public static Collection<SourceIdentifier> knownModelSources()
Return identifiers of all sources known to define the metadata extension.- Returns:
- Collection of identifiers.
-
-