Class StemPathEntry


  • public class StemPathEntry
    extends Object

    Created by Jeff Gaynor
    on 6/7/21 at 8:47 AM

    • Constructor Detail

      • StemPathEntry

        public StemPathEntry​(String key)
        constructor that does not vencode the entry. The assumption is that this entry is already vencoded and does not need anything done to it. See StemPathEntry(String, boolean)
        Parameters:
        key -
      • StemPathEntry

        public StemPathEntry​(String key,
                             boolean encode)
      • StemPathEntry

        public StemPathEntry​(Long index)
    • Method Detail

      • getKey

        public String getKey()
      • getKey

        public String getKey​(boolean decode)
      • setKey

        public void setKey​(String key)
      • getIndex

        public Long getIndex()
      • setIndex

        public void setIndex​(Long index)
      • isString

        public boolean isString()
      • decodePath

        public String decodePath()