Package com.evolveum.axiom.api
Class AxiomItemName
- java.lang.Object
-
- com.evolveum.axiom.api.AxiomName
-
- com.evolveum.axiom.api.AxiomItemName
-
- All Implemented Interfaces:
AxiomPath.Component<AxiomPath.Item>
,AxiomPath.Item
public class AxiomItemName extends AxiomName implements AxiomPath.Item
-
-
Field Summary
-
Fields inherited from class com.evolveum.axiom.api.AxiomName
AXIOM_NAMESPACE, DATA_NAMESPACE, MODEL_NAMESPACE, TYPE_NAMESPACE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AxiomName
name()
static AxiomItemName
of(AxiomName name)
-
-
-
Method Detail
-
name
public AxiomName name()
- Specified by:
name
in interfaceAxiomPath.Item
-
of
public static AxiomItemName of(AxiomName name)
-
-