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>
public class SimpleValue<T> extends AbstractAxiomValue<T> implements AxiomSimpleValue<T>
 
- 
- 
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 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <V> AxiomSimpleValue<V>create(AxiomTypeDefinition def, V value, Map<AxiomName,AxiomItem<?>> infraItems)Tvalue()- 
Methods inherited from class com.evolveum.axiom.api.AbstractAxiomValue
infraItems, toString, 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, infraItems 
- 
Methods inherited from interface com.evolveum.axiom.api.AxiomStructured
asComplex 
- 
Methods inherited from interface com.evolveum.axiom.api.AxiomValue
metadata, metadata, type 
 - 
 
 - 
 
- 
- 
Method Detail
- 
create
public static final <V> AxiomSimpleValue<V> create(AxiomTypeDefinition def, V value, Map<AxiomName,AxiomItem<?>> infraItems)
 
- 
value
public T value()
- Specified by:
 valuein interfaceAxiomValue<T>
 
 - 
 
 -