Class OpenConfigConstants
java.lang.Object
org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
Constants associated with OpenDaylight extension in yang-ext.yang.
- Author:
- Robert Varga
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameModule
Runtime identity of model which exposed encrypted-value.static final SourceIdentifier
Original model source name.static final QNameModule
Runtime identity of model which exposed encrypted-value.static final SourceIdentifier
Original model source name.static final String
Normative prefix to use when importingSEMVER_SOURCE
and later.static final QNameModule
Runtime identity of model which exposed regexp-posix.static final SourceIdentifier
Original model source name.static final QNameModule
Runtime identity of initial model.static final SourceIdentifier
Original model source name. -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection<SourceIdentifier>
Return identifiers of all sources known to define the metadata extension.
-
Field Details
-
REGEXP_POSIX_MODULE
Runtime identity of model which exposed regexp-posix. -
SEMVER_MODULE
Runtime identity of initial model. -
ENCRYPTED_VALUE_MODULE
Runtime identity of model which exposed encrypted-value. -
HASHED_VALUE_MODULE
Runtime identity of model which exposed encrypted-value. -
SEMVER_SOURCE
Original model source name. -
ENCRYPTED_VALUE_SOURCE
Original model source name. -
HASHED_VALUE_SOURCE
Original model source name. -
REGEXP_POSIX_SOURCE
Original model source name. -
MODULE_PREFIX
Normative prefix to use when importingSEMVER_SOURCE
and later.- See Also:
-
-
Method Details
-
knownModelSources
Return identifiers of all sources known to define the metadata extension.- Returns:
- Collection of identifiers.
-