Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.util.codec | |
org.opendaylight.yangtools.yang.model.api |
Definition of structures and DOM like API of effected YANG schema
|
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
org.opendaylight.yangtools.yang.model.util.type | |
org.opendaylight.yangtools.yang.parser.rfc7950.stmt |
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
|
Modifier and Type | Method and Description |
---|---|
static IdentitySchemaNode |
IdentityCodecUtil.parseIdentity(String value,
SchemaContext schemaContext,
Function<String,QNameModule> prefixToModule)
Parse a string into a QName using specified prefix-to-QNameModule mapping function, interpreting the result
as an IdentitySchemaNode existing in specified SchemaContext.
|
Modifier and Type | Method and Description |
---|---|
Set<IdentitySchemaNode> |
Module.getIdentities()
Returns
IdentitySchemaNode instances which contain data from
identity statements defined in the module. |
Modifier and Type | Method and Description |
---|---|
IdentitySchemaNode |
IdentitySchemaNodeBuilder.build()
Builds a new
IdentitySchemaNode . |
Modifier and Type | Method and Description |
---|---|
IdentitySchemaNodeBuilder |
IdentitySchemaNodeBuilder.addAllBaseIdentities(Iterable<? extends IdentitySchemaNode> elements)
Adds elements to
baseIdentities set. |
IdentitySchemaNodeBuilder |
IdentitySchemaNodeBuilder.addAllDerivedIdentities(Iterable<? extends IdentitySchemaNode> elements)
Adds elements to
derivedIdentities set. |
ModuleBuilder |
ModuleBuilder.addAllIdentities(Iterable<? extends IdentitySchemaNode> elements)
Adds elements to
identities set. |
IdentityrefTypeDefinitionBuilder |
IdentityrefTypeDefinitionBuilder.addAllIdentities(Iterable<? extends IdentitySchemaNode> elements)
Adds elements to
identities set. |
Modifier and Type | Method and Description |
---|---|
IdentityrefTypeBuilder |
IdentityrefTypeBuilder.addIdentity(@NonNull IdentitySchemaNode identity) |
Modifier and Type | Method and Description |
---|---|
Set<IdentitySchemaNode> |
AbstractEffectiveModule.getIdentities() |
Copyright © 2019 OpenDaylight. All rights reserved.