Package com.evolveum.axiom.api
Interface AxiomPath
-
public interface AxiomPath
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AxiomPath.Component<T extends AxiomPath.Component<T>>
Marker interface for AxiomPath Argumentsstatic interface
AxiomPath.InfraItem
static interface
AxiomPath.Item
static interface
AxiomPath.Value
static interface
AxiomPath.Variable
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<AxiomPath.Component<?>>
components()
static AxiomItemName
item(AxiomName name)
-
-
-
Method Detail
-
components
Collection<AxiomPath.Component<?>> components()
-
item
static AxiomItemName item(AxiomName name)
-
-