Interface YangConstantExpr<T>

All Superinterfaces:
Identifiable<QName>, Immutable, Serializable, YangExpr
All Known Implementing Classes:
YangBooleanConstantExpr

public sealed interface YangConstantExpr<T> extends YangExpr, Identifiable<QName> permits YangBooleanConstantExpr
Common interface for all YANG XPath constant expressions. Each constant has a unique QName, which acts as its globally-unique identifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return this constant's value.

    Methods inherited from interface org.opendaylight.yangtools.concepts.Identifiable

    getIdentifier
  • Method Details

    • getValue

      T getValue()
      Return this constant's value.
      Returns:
      this constant's value.