Package com.evolveum.midpoint.prism.path
Class ItemPathSegment
java.lang.Object
com.evolveum.midpoint.prism.path.ItemPathSegment
- All Implemented Interfaces:
Serializable,Cloneable
- Direct Known Subclasses:
IdentifierPathSegment,IdItemPathSegment,NameItemPathSegment,ReferencePathSegment,VariableItemPathSegment
- Author:
- semancik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ItemPathSegmentclone()booleanabstract booleanequivalent(Object obj) inthashCode()booleanprotected voidsetWildcard(boolean wildcard) static StringReturns the string representation of full or simplified (POJO) item path segment.
-
Constructor Details
-
ItemPathSegment
public ItemPathSegment()
-
-
Method Details
-
toString
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() -
equals
-
equivalent
-
clone
-