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
Constructors -
Method Summary
Modifier 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.ItemPathSegment
isWildcard, setWildcard, toString
-
Constructor Details
-
VariableItemPathSegment
-
-
Method Details
-
getName
-
toString
-
hashCode
public int hashCode()- Overrides:
hashCodein 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:
equalsin 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:
equivalentin classItemPathSegment- Parameters:
obj-- Returns:
-
equals
-
clone
- Specified by:
clonein classItemPathSegment
-