java.lang.Object
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.ted.rev131021.PccCapabilities
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.BitsTypeObject, org.opendaylight.yangtools.yang.binding.TypeObject

@Generated("mdsal-binding-generator") public class PccCapabilities extends Object implements org.opendaylight.yangtools.yang.binding.BitsTypeObject, Serializable

This class represents the following YANG schema fragment defined in module ted

 typedef pcc-capabilities {
   type bits {
     bit path-computation-with-gmpls-link-constraints {
       position 0;
     }
     bit bidirectional-path-computation {
       position 1;
     }
     bit diverse-path-computation {
       position 2;
     }
     bit load-balanced-path-computation {
       position 3;
     }
     bit synchronized-path-computation {
       position 4;
     }
     bit support-for-multiple-objective-functions {
       position 5;
     }
     bit support-for-additive-path-constraints {
       position 6;
     }
     bit support-for-request-prioritization {
       position 7;
     }
     bit support-for-multiple-requests-per-message {
       position 8;
     }
   }
 }
 
See Also:
  • Field Details

    • VALID_NAMES

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

    • PccCapabilities

      public PccCapabilities(boolean _bidirectionalPathComputation, boolean _diversePathComputation, boolean _loadBalancedPathComputation, boolean _pathComputationWithGmplsLinkConstraints, boolean _supportForAdditivePathConstraints, boolean _supportForMultipleObjectiveFunctions, boolean _supportForMultipleRequestsPerMessage, boolean _supportForRequestPrioritization, boolean _synchronizedPathComputation)
    • PccCapabilities

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

    • getDefaultInstance

      public static PccCapabilities getDefaultInstance(String defaultValue)
    • getPathComputationWithGmplsLinkConstraints

      public boolean getPathComputationWithGmplsLinkConstraints()
    • getBidirectionalPathComputation

      public boolean getBidirectionalPathComputation()
    • getDiversePathComputation

      public boolean getDiversePathComputation()
    • getLoadBalancedPathComputation

      public boolean getLoadBalancedPathComputation()
    • getSynchronizedPathComputation

      public boolean getSynchronizedPathComputation()
    • getSupportForMultipleObjectiveFunctions

      public boolean getSupportForMultipleObjectiveFunctions()
    • getSupportForAdditivePathConstraints

      public boolean getSupportForAdditivePathConstraints()
    • getSupportForRequestPrioritization

      public boolean getSupportForRequestPrioritization()
    • getSupportForMultipleRequestsPerMessage

      public boolean getSupportForMultipleRequestsPerMessage()
    • 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