public interface SymbolicPathName extends org.opendaylight.yangtools.yang.binding.ChildOf<SymbolicPathNameTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<SymbolicPathName>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Tlv
This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful02
(Source path: META-INF/yang/odl-pcep-ietf-stateful02.yang):
container symbolic-path-name {
leaf path-name {
type symbolic-path-name;
}
uses tlv;
}
The schema path to identify an instance is
odl-pcep-ietf-stateful02/symbolic-path-name-tlv/symbolic-path-name
To create instances of this class use SymbolicPathNameBuilder.
SymbolicPathNameBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
SymbolicPathName |
getPathName() |
SymbolicPathName getPathName()
Copyright © 2014. All rights reserved.