java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.OspfNodeAttributes.Capabilities
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.BitsTypeObject, org.opendaylight.yangtools.yang.binding.TypeObject
Enclosing interface:
OspfNodeAttributes

public static final class OspfNodeAttributes.Capabilities extends Object implements org.opendaylight.yangtools.yang.binding.BitsTypeObject, Serializable

This class represents the following YANG schema fragment defined in module ospf-topology

 leaf capabilities {
   type bits {
     bit graceful-restart-capable {
       position 0;
     }
     bit graceful-restart-helper {
       position 1;
     }
     bit stub-router-support {
       position 2;
     }
     bit traffic-engineering-support {
       position 3;
     }
     bit point-to-point-over-lan {
       position 4;
     }
     bit experimental-te {
       position 5;
     }
   }
 }
 
See Also:
  • Field Details

    • VALID_NAMES

      protected static final com.google.common.collect.ImmutableSet<String> VALID_NAMES
  • Constructor Details

    • Capabilities

      public Capabilities(boolean _experimentalTe, boolean _gracefulRestartCapable, boolean _gracefulRestartHelper, boolean _pointToPointOverLan, boolean _stubRouterSupport, boolean _trafficEngineeringSupport)
    • Capabilities

      public Capabilities(OspfNodeAttributes.Capabilities source)
      Creates a copy from Source Object.
      Parameters:
      source - Source object
  • Method Details

    • getGracefulRestartCapable

      public boolean getGracefulRestartCapable()
    • getGracefulRestartHelper

      public boolean getGracefulRestartHelper()
    • getStubRouterSupport

      public boolean getStubRouterSupport()
    • getTrafficEngineeringSupport

      public boolean getTrafficEngineeringSupport()
    • getPointToPointOverLan

      public boolean getPointToPointOverLan()
    • getExperimentalTe

      public boolean getExperimentalTe()
    • validNames

      public com.google.common.collect.ImmutableSet<String> validNames()
      Specified by:
      validNames in interface org.opendaylight.yangtools.yang.binding.BitsTypeObject
    • values

      public boolean[] values()
      Specified by:
      values in interface org.opendaylight.yangtools.yang.binding.BitsTypeObject
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object