Class ItemPathSegment

java.lang.Object
com.evolveum.midpoint.prism.path.ItemPathSegment
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
IdentifierPathSegment, IdItemPathSegment, NameItemPathSegment, ReferencePathSegment, VariableItemPathSegment

public abstract class ItemPathSegment extends Object implements Serializable, Cloneable
Author:
semancik
See Also:
  • Constructor Details

    • ItemPathSegment

      public ItemPathSegment()
  • Method Details

    • toString

      public static String toString(Object segment)
      Returns the string representation of full or simplified (POJO) item path segment. Enhance as necessary.
      See Also:
    • isWildcard

      public boolean isWildcard()
    • setWildcard

      protected void setWildcard(boolean wildcard)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equivalent

      public abstract boolean equivalent(Object obj)
    • clone

      public abstract ItemPathSegment clone()
      Overrides:
      clone in class Object