Package com.evolveum.axiom.api
Class AbstractAxiomValue<V>
java.lang.Object
com.evolveum.axiom.api.AbstractAxiomValue<V>
- All Implemented Interfaces:
AxiomInfraValue
,AxiomStructured
,AxiomValue<V>
- Direct Known Subclasses:
SimpleValue
,StructuredValueImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.axiom.api.AxiomValue
AxiomValue.Factory<V,
T extends AxiomValue<V>> -
Field Summary
Fields inherited from interface com.evolveum.axiom.api.AxiomValue
AXIOM_VALUE, METADATA, METADATA_TYPE, TYPE, VALUE
-
Constructor Summary
ConstructorDescriptionAbstractAxiomValue
(AxiomTypeDefinition type, Map<AxiomName, AxiomItem<?>> infraItems) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.axiom.api.AxiomInfraValue
infraItem
Methods inherited from interface com.evolveum.axiom.api.AxiomStructured
asComplex
Methods inherited from interface com.evolveum.axiom.api.AxiomValue
metadata, metadata, value
-
Constructor Details
-
AbstractAxiomValue
-
-
Method Details
-
infraItems
- Specified by:
infraItems
in interfaceAxiomInfraValue
-
type
- Specified by:
type
in interfaceAxiomValue<V>
-
toString
-