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
-
Method Summary
Modifier and TypeMethodDescriptionabstract ItemPathSegment
clone()
boolean
abstract boolean
equivalent
(Object obj) int
hashCode()
boolean
protected void
setWildcard
(boolean wildcard) static String
Returns 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
-