Package com.evolveum.axiom.api.meta
Interface Inheritance
-
public interface Inheritance
-
-
Field Summary
Fields Modifier and Type Field Description static Inheritance
CURRENT
static Inheritance
INHERIT
static Inheritance
NO_CHANGE
static Inheritance
NO_NAMESPACE
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AxiomName
adapt(AxiomName parent, AxiomName child)
static AxiomName
adapt(AxiomName parent, AxiomItemDefinition child)
AxiomName
apply(AxiomName parent, AxiomName child)
static AxiomName
inheritNamespace(AxiomName parent, AxiomName name)
static AxiomName
noChange(AxiomName parent, AxiomName name)
static AxiomName
noNamespace(AxiomName parent, AxiomName name)
-
-
-
Field Detail
-
INHERIT
static final Inheritance INHERIT
-
NO_CHANGE
static final Inheritance NO_CHANGE
-
NO_NAMESPACE
static final Inheritance NO_NAMESPACE
-
CURRENT
static final Inheritance CURRENT
-
-
Method Detail
-
adapt
static AxiomName adapt(AxiomName parent, AxiomItemDefinition child)
-
-