public class VariableItemPathSegment extends ItemPathSegment
| Constructor and Description |
|---|
VariableItemPathSegment(QName name) |
| Modifier and Type | Method and Description |
|---|---|
VariableItemPathSegment |
clone() |
boolean |
equals(Object obj)
More strict version of comparison: it requires exact matching of QNames (e.g.
|
boolean |
equals(Object obj,
boolean allowUnqualified,
boolean allowDifferentPrefixes) |
boolean |
equivalent(Object obj)
Less strict version of comparison: it allows unqualified names to match fully qualified ones (e.g.
|
ItemName |
getName() |
int |
hashCode() |
String |
toString() |
isWildcard, setWildcardpublic VariableItemPathSegment(@NotNull
QName name)
@NotNull public ItemName getName()
public int hashCode()
hashCode in class ItemPathSegmentpublic boolean equals(Object obj)
equals in class ItemPathSegmentobj - public boolean equivalent(Object obj)
equivalent in class ItemPathSegmentobj - public boolean equals(Object obj, boolean allowUnqualified, boolean allowDifferentPrefixes)
public VariableItemPathSegment clone()
clone in class ItemPathSegmentCopyright © 2020 Evolveum. All rights reserved.