public final class ImmutableLeafSetEntryNodeSchemaAwareBuilder<T> extends ImmutableLeafSetEntryNodeBuilder<T>
Modifier and Type | Method and Description |
---|---|
static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
create(LeafListSchemaNode schema) |
protected Map<QName,String> |
getAttributes() |
protected I |
getNodeIdentifier() |
protected V |
getValue() |
NormalizedNodeAttrBuilder<I,V,R> |
withAttributes(Map<QName,String> attributes)
Attach a map of attributes.
|
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
withNodeIdentifier(YangInstanceIdentifier.NodeWithValue nodeIdentifier) |
NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> |
withValue(T value) |
build, create
public static <T> NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> create(LeafListSchemaNode schema)
public NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> withValue(T value)
withValue
in interface NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>>
withValue
in interface NormalizedNodeBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>>
public NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>> withNodeIdentifier(YangInstanceIdentifier.NodeWithValue nodeIdentifier)
withNodeIdentifier
in interface NormalizedNodeAttrBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>>
withNodeIdentifier
in interface NormalizedNodeBuilder<YangInstanceIdentifier.NodeWithValue,T,LeafSetEntryNode<T>>
protected final I getNodeIdentifier()
protected final V getValue()
public NormalizedNodeAttrBuilder<I,V,R> withAttributes(Map<QName,String> attributes)
AttributesBuilder
withAttributes
in interface AttributesBuilder<NormalizedNodeAttrBuilder<I extends YangInstanceIdentifier.PathArgument,V,R extends NormalizedNode<I,?>>>
attributes
- Attribute mapCopyright © 2018 OpenDaylight. All rights reserved.