Interface TypeStatement.IdentityRefSpecification

All Superinterfaces:
DeclaredStatement<QName>, ModelStatement<QName>, TypeStatement
Enclosing interface:
TypeStatement

public static interface TypeStatement.IdentityRefSpecification extends TypeStatement
  • Method Details

    • getBases

      default @NonNull Collection<? extends BaseStatement> getBases()
      Returns the base statements.
      Returns:
      collection of base statements (in YANG 1.1 models) or a collection containing just one base statement (in YANG 1.0 models)