Class PathElement

    • Method Detail

      • getKind

        public String getKind()
        Returns the kind of this path element.
      • hasId

        public boolean hasId()
      • getId

        public Long getId()
        Returns the ID of this path element.
      • hasName

        public boolean hasName()
      • getName

        public String getName()
        Returns the name of this path element.
      • getNameOrId

        public Object getNameOrId()
        Returns the path element's ID (as Long) or name (as String). Never null.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object