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 SummaryConstructors
- 
Method SummaryModifier 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- 
ItemPathSegmentpublic ItemPathSegment()
 
- 
- 
Method Details- 
toStringReturns the string representation of full or simplified (POJO) item path segment. Enhance as necessary.- See Also:
 
- 
isWildcardpublic boolean isWildcard()
- 
setWildcardprotected void setWildcard(boolean wildcard) 
- 
hashCodepublic int hashCode()
- 
equals
- 
equivalent
- 
clone
 
-