Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.impl.codec | |
org.opendaylight.yangtools.yang.data.impl.schema | |
org.opendaylight.yangtools.yang.data.impl.schema.builder.impl | |
org.opendaylight.yangtools.yang.data.util | |
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list |
Modifier and Type | Method and Description |
---|---|
LeafListSchemaNode |
SchemaTracker.leafSetEntryNode(QName qname) |
LeafListSchemaNode |
SchemaTracker.startLeafSet(YangInstanceIdentifier.NodeIdentifier name) |
Modifier and Type | Method and Description |
---|---|
static <T> ListNodeBuilder<T,LeafSetEntryNode<T>> |
Builders.leafSetBuilder(LeafListSchemaNode schema) |
static <T> ListNodeBuilder<T,LeafSetEntryNode<T>> |
Builders.leafSetBuilder(LeafListSchemaNode schema,
LeafSetNode<T> node) |
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
Builders.leafSetEntryBuilder(LeafListSchemaNode schema) |
static <T> ListNodeBuilder<T,LeafSetEntryNode<T>> |
Builders.orderedLeafSetBuilder(LeafListSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
static <T> @NonNull NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
ImmutableLeafSetEntryNodeSchemaAwareBuilder.create(LeafListSchemaNode schema) |
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableOrderedLeafSetNodeSchemaAwareBuilder.create(LeafListSchemaNode schema) |
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableLeafSetNodeSchemaAwareBuilder.create(LeafListSchemaNode schema) |
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableOrderedLeafSetNodeSchemaAwareBuilder.create(LeafListSchemaNode schema,
LeafSetNode<T> node) |
static <T> @NonNull ListNodeBuilder<T,LeafSetEntryNode<T>> |
ImmutableLeafSetNodeSchemaAwareBuilder.create(LeafListSchemaNode schema,
LeafSetNode<T> node) |
Constructor and Description |
---|
ImmutableLeafSetNodeSchemaAwareBuilder(LeafListSchemaNode schema,
ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T> node) |
ImmutableOrderedLeafSetNodeSchemaAwareBuilder(LeafListSchemaNode schema,
ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T> node) |
Modifier and Type | Method and Description |
---|---|
static @Nullable LeafsetEntryInterner |
LeafsetEntryInterner.forSchema(@Nullable LeafListSchemaNode schema)
Return a
LeafsetEntryInterner for a particular schema. |
Constructor and Description |
---|
LeafListEntryNodeDataWithSchema(LeafListSchemaNode dataSchemaNode) |
LeafListNodeDataWithSchema(LeafListSchemaNode schema) |
Modifier and Type | Method and Description |
---|---|
LeafListSchemaNode |
LeafListSchemaNodeBuilder.build()
Builds a new
LeafListSchemaNode . |
Modifier and Type | Class and Description |
---|---|
class |
LeafListEffectiveStatementImpl |
Modifier and Type | Method and Description |
---|---|
Optional<LeafListSchemaNode> |
LeafListEffectiveStatementImpl.getOriginal() |
Copyright © 2019 OpenDaylight. All rights reserved.