Package com.evolveum.midpoint.prism.path
Class NameItemPathSegment
java.lang.Object
com.evolveum.midpoint.prism.path.ItemPathSegment
com.evolveum.midpoint.prism.path.NameItemPathSegment
- All Implemented Interfaces:
- Serializable,- Cloneable
- Author:
- semancik
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleanMore strict version of comparison: it requires exact matching of QNames (e.g.booleanbooleanequivalent(Object obj) Less strict version of comparison: it allows unqualified names to match fully qualified ones (e.g.@NotNull ItemNamegetName()inthashCode()toString()Methods inherited from class com.evolveum.midpoint.prism.path.ItemPathSegmentisWildcard, setWildcard, toString
- 
Constructor Details- 
NameItemPathSegment
 
- 
- 
Method Details- 
getName
- 
toString
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- ItemPathSegment
 
- 
equalsMore strict version of comparison: it requires exact matching of QNames (e.g. x:xyz and xyz are different in this respect).- Overrides:
- equalsin class- ItemPathSegment
- Parameters:
- obj-
- Returns:
 
- 
equivalentLess strict version of comparison: it allows unqualified names to match fully qualified ones (e.g. x:xyz and xyz are the same).- Specified by:
- equivalentin class- ItemPathSegment
- Parameters:
- obj-
- Returns:
 
- 
equals
- 
clone- Specified by:
- clonein class- ItemPathSegment
 
 
-