public class NameItemPathSegment extends ItemPathSegment
Modifier and Type | Field and Description |
---|---|
static NameItemPathSegment |
WILDCARD |
Constructor and Description |
---|
NameItemPathSegment(QName name) |
NameItemPathSegment(QName name,
boolean isVariable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
QName |
getName() |
int |
hashCode() |
boolean |
isVariable() |
String |
toString() |
isWildcard, setWildcard
public static final NameItemPathSegment WILDCARD
public NameItemPathSegment(QName name)
public NameItemPathSegment(QName name, boolean isVariable)
public QName getName()
public boolean isVariable()
public int hashCode()
hashCode
in class ItemPathSegment
public boolean equals(Object obj)
equals
in class ItemPathSegment
Copyright © 2013 evolveum. All rights reserved.