All Superinterfaces:
DocumentedNode, DocumentedNode.WithStatus
Enclosing interface:
BitsTypeDefinition

public static interface BitsTypeDefinition.Bit extends DocumentedNode.WithStatus
Contains the methods for accessing the data about the individual bit of bits YANG type.
  • Method Details

    • getName

      @NonNull String getName()
      Returns the name of the concrete bit.
      Returns:
      string with the name of the concrete bit
    • getPosition

      @NonNull Uint32 getPosition()
      The position value MUST be in the range 0 to 4294967295, and it MUST be unique within the bits type.
      Returns:
      The position value of bit in range from 0 to 4294967295.