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
public abstract class AbstractAxiomValue<V> extends Object implements AxiomValue<V>
-
-
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
Constructors Constructor Description AbstractAxiomValue(AxiomTypeDefinition type, Map<AxiomName,AxiomItem<?>> infraItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<AxiomName,AxiomItem<?>>infraItems()StringtoString()Optional<AxiomTypeDefinition>type()-
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 Detail
-
AbstractAxiomValue
public AbstractAxiomValue(AxiomTypeDefinition type, Map<AxiomName,AxiomItem<?>> infraItems)
-
-
Method Detail
-
infraItems
public Map<AxiomName,AxiomItem<?>> infraItems()
- Specified by:
infraItemsin interfaceAxiomInfraValue
-
type
public Optional<AxiomTypeDefinition> type()
- Specified by:
typein interfaceAxiomValue<V>
-
-