Package com.evolveum.midpoint.prism.path
Class VariableItemPathSegment
java.lang.Object
com.evolveum.midpoint.prism.path.ItemPathSegment
com.evolveum.midpoint.prism.path.VariableItemPathSegment
- All Implemented Interfaces:
Serializable
,Cloneable
- Author:
- semancik
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
More strict version of comparison: it requires exact matching of QNames (e.g.boolean
boolean
equivalent
(Object obj) Less strict version of comparison: it allows unqualified names to match fully qualified ones (e.g.@NotNull ItemName
getName()
int
hashCode()
toString()
Methods inherited from class com.evolveum.midpoint.prism.path.ItemPathSegment
isWildcard, setWildcard, toString
-
Constructor Details
-
VariableItemPathSegment
-
-
Method Details
-
getName
-
toString
-
hashCode
public int hashCode()- Overrides:
hashCode
in classItemPathSegment
-
equals
More strict version of comparison: it requires exact matching of QNames (e.g. x:xyz and xyz are different in this respect).- Overrides:
equals
in classItemPathSegment
- Parameters:
obj
-- Returns:
-
equivalent
Less strict version of comparison: it allows unqualified names to match fully qualified ones (e.g. x:xyz and xyz are the same).- Specified by:
equivalent
in classItemPathSegment
- Parameters:
obj
-- Returns:
-
equals
-
clone
- Specified by:
clone
in classItemPathSegment
-