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