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 org.opendaylight.yangtools.yang.common.QNameModuleORIGINAL_MODULERuntime baseline identity.static org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifierORIGINAL_SOURCEBaseline model source name.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier>knownModelSources()Return identifiers of all sources known to define the metadata extension.
-
-
-
Method Detail
-
knownModelSources
public static Collection<org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier> knownModelSources()
Return identifiers of all sources known to define the metadata extension.- Returns:
- Collection of identifiers.
-
-