Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api | |
org.opendaylight.yangtools.yang.data.impl.schema |
Modifier and Type | Method and Description |
---|---|
static ModifyAction |
ModifyAction.fromXmlValue(String xmlNameOfAction) |
static ModifyAction |
ModifyAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModifyAction[] |
ModifyAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static @NonNull NormalizedNode<?,?> |
ImmutableNodes.fromInstanceId(SchemaContext ctx,
YangInstanceIdentifier id,
Optional<NormalizedNode<?,?>> deepestElement,
Optional<Map.Entry<QName,ModifyAction>> operation)
Convert YangInstanceIdentifier into a normalized node structure.
|
Copyright © 2019 OpenDaylight. All rights reserved.