Interface SymbolicPathNameTlv

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Tlvs, Tlvs

    @Generated("mdsal-binding-generator")
    public interface SymbolicPathNameTlv
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Symbolic Path Name TLV

    This class represents the following YANG schema fragment defined in module odl-pcep-ietf-stateful

     grouping symbolic-path-name-tlv {
       container symbolic-path-name {
         uses pcep:tlv;
         leaf path-name {
           type symbolic-path-name;
         }
       }
     }
     
    The schema path to identify an instance is odl-pcep-ietf-statefulsymbolic-path-name-tlv
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends SymbolicPathNameTlv> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getSymbolicPathName

        SymbolicPathName getSymbolicPathName()
        Return symbolicPathName, or null if it is not present.
        Returns:
        SymbolicPathName symbolicPathName, or null if it is not present.