Documentation of 'us.bpsm.edn.Named' Java class
Named
us.bpsm.edn

Interface Named

  • All Known Implementing Classes:
    Keyword, Symbol, Tag


    public interface Named
    A named thing has a local name which may be further qualified by a prefix. A prefix will always be present (not null), but may be empty.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String EMPTY 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      The name of this named thing, not including any prefix.
      java.lang.String getPrefix()
      The prefix, (also called namespace), which may be empty.
    • Field Detail

      • EMPTY

        static final java.lang.String EMPTY
    • Method Detail

      • getName

        java.lang.String getName()
        The name of this named thing, not including any prefix.
        Returns:
        a non-empty string.
      • getPrefix

        java.lang.String getPrefix()
        The prefix, (also called namespace), which may be empty. A Named object with an empty prefix is said to have no prefix.
        Returns:
        a possibly empty string; never null.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.