public final class LeafRefUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static LeafRefPath |
createAbsoluteLeafRefPath(LeafRefPath leafRefPath,
org.opendaylight.yangtools.yang.model.api.SchemaPath contextNodeSchemaPath,
org.opendaylight.yangtools.yang.model.api.Module module)
Create an absolute leafref path.
|
static LeafRefPath |
schemaPathToLeafRefPath(org.opendaylight.yangtools.yang.model.api.SchemaPath nodePath,
org.opendaylight.yangtools.yang.model.api.Module module) |
public static LeafRefPath createAbsoluteLeafRefPath(LeafRefPath leafRefPath, org.opendaylight.yangtools.yang.model.api.SchemaPath contextNodeSchemaPath, org.opendaylight.yangtools.yang.model.api.Module module)
leafRefPath - leafRefPathcontextNodeSchemaPath - contextNodeSchemaPathmodule - modulepublic static LeafRefPath schemaPathToLeafRefPath(org.opendaylight.yangtools.yang.model.api.SchemaPath nodePath, org.opendaylight.yangtools.yang.model.api.Module module)
Copyright © 2019 OpenDaylight. All rights reserved.