Package | Description |
---|---|
org.opendaylight.yangtools.yang.data.api | |
org.opendaylight.yangtools.yang.data.impl.codec.xml | |
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 com.google.common.base.Optional<ModifyAction> |
XmlDocumentUtils.getModifyOperationFromAttributes(Element xmlElement) |
Modifier and Type | Method and Description |
---|---|
static NormalizedNode<?,?> |
ImmutableNodes.fromInstanceId(SchemaContext ctx,
YangInstanceIdentifier id,
com.google.common.base.Optional<NormalizedNode<?,?>> deepestElement,
com.google.common.base.Optional<Map.Entry<QName,ModifyAction>> operation)
Convert YangInstanceIdentifier into a normalized node structure
|
Copyright © 2018 OpenDaylight. All rights reserved.