Class Path.SelfElement

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Path

    @AlfrescoPublicApi
    public static class Path.SelfElement
    extends Path.Element
    Represents the /. xpath element
    See Also:
    Serialized Form
    • Constructor Detail

      • SelfElement

        public SelfElement()
    • Method Detail

      • getElementString

        public java.lang.String getElementString()
        Specified by:
        getElementString in class Path.Element
        Returns:
        Returns the path element portion including leading '/' and never null
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object