Package com.evolveum.axiom.api
Class SimpleValue<T>
java.lang.Object
com.evolveum.axiom.api.AbstractAxiomValue<T>
com.evolveum.axiom.api.SimpleValue<T>
- All Implemented Interfaces:
- AxiomInfraValue,- AxiomSimpleValue<T>,- AxiomStructured,- AxiomValue<T>
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.axiom.api.AxiomValueAxiomValue.Factory<V,T extends AxiomValue<V>> 
- 
Field SummaryFields inherited from interface com.evolveum.axiom.api.AxiomValueAXIOM_VALUE, METADATA, METADATA_TYPE, TYPE, VALUE
- 
Method SummaryModifier and TypeMethodDescriptionstatic final <V> AxiomSimpleValue<V>create(AxiomTypeDefinition def, V value, Map<AxiomName, AxiomItem<?>> infraItems) value()Methods inherited from class com.evolveum.axiom.api.AbstractAxiomValueinfraItems, toString, typeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.axiom.api.AxiomInfraValueinfraItem, infraItemsMethods inherited from interface com.evolveum.axiom.api.AxiomStructuredasComplexMethods inherited from interface com.evolveum.axiom.api.AxiomValuemetadata, metadata, type
- 
Method Details- 
createpublic static final <V> AxiomSimpleValue<V> create(AxiomTypeDefinition def, V value, Map<AxiomName, AxiomItem<?>> infraItems) 
- 
value- Specified by:
- valuein interface- AxiomValue<T>
 
 
-