Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes
Class OspfNodeAttributes.Capabilities
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 Summary
Modifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableSet<String>
-
Constructor Summary
ConstructorDescriptionCapabilities
(boolean _experimentalTe, boolean _gracefulRestartCapable, boolean _gracefulRestartHelper, boolean _pointToPointOverLan, boolean _stubRouterSupport, boolean _trafficEngineeringSupport) Creates a copy from Source Object. -
Method Summary
-
Field Details
-
VALID_NAMES
-
-
Constructor Details
-
Capabilities
public Capabilities(boolean _experimentalTe, boolean _gracefulRestartCapable, boolean _gracefulRestartHelper, boolean _pointToPointOverLan, boolean _stubRouterSupport, boolean _trafficEngineeringSupport) -
Capabilities
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
- Specified by:
validNames
in interfaceorg.opendaylight.yangtools.yang.binding.BitsTypeObject
-
values
public boolean[] values()- Specified by:
values
in interfaceorg.opendaylight.yangtools.yang.binding.BitsTypeObject
-
hashCode
public int hashCode() -
equals
-
toString
-