Package com.evolveum.axiom.api
Class AxiomVariableName
- java.lang.Object
-
- com.evolveum.axiom.api.AxiomVariableName
-
- All Implemented Interfaces:
AxiomPath.Component<AxiomPath.Variable>
,AxiomPath.Variable
public class AxiomVariableName extends Object implements AxiomPath.Variable
-
-
Constructor Summary
Constructors Constructor Description AxiomVariableName(AxiomName name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
hashCode()
AxiomName
name()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.axiom.api.AxiomPath.Variable
name
-
-