Class OpenDaylightExtensionsConstants
- java.lang.Object
-
- org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsConstants
-
public final class OpenDaylightExtensionsConstants extends Object
Constants associated with OpenDaylight extension in yang-ext.yang.- Author:
- Robert Varga
-
-
Field Summary
Fields Modifier and Type Field Description static QNameModule
ORIGINAL_MODULE
Runtime baseline identity.static SourceIdentifier
ORIGINAL_SOURCE
Baseline 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
-
ORIGINAL_MODULE
public static final QNameModule ORIGINAL_MODULE
Runtime baseline identity.
-
ORIGINAL_SOURCE
public static final SourceIdentifier ORIGINAL_SOURCE
Baseline model source name.
-
-
Method Detail
-
knownModelSources
public static Collection<SourceIdentifier> knownModelSources()
Return identifiers of all sources known to define the metadata extension.- Returns:
- Collection of identifiers.
-
-