Interface DeclarationReference

  • All Superinterfaces:
    org.opendaylight.yangtools.concepts.Immutable, org.opendaylight.yangtools.concepts.MutationBehaviour<org.opendaylight.yangtools.concepts.Immutable>
    All Known Subinterfaces:
    DeclarationInFile, DeclarationInText

    @Beta
    public interface DeclarationReference
    extends org.opendaylight.yangtools.concepts.Immutable
    Reference to a statement declaration. This interface serves to provide additional information as to where a particular statement comes from. More accurate information may be available through further subclasses of this interface such as DeclarationInText and/or DeclarationInFile.
    • Method Detail

      • toHumanReadable

        @NonNull String toHumanReadable()
        Returns human readable representation of this reference. This method does not prescribe any format of the returned string.
        Returns:
        human readable representation of this reference.