Package com.evolveum.axiom.api
Interface AxiomValue<V>
- All Superinterfaces:
- AxiomInfraValue,- AxiomStructured
- All Known Subinterfaces:
- AxiomIdentifierDefinition,- AxiomSimpleValue<V>,- AxiomStructuredValue
- All Known Implementing Classes:
- AbstractAxiomValue,- AbstractBaseDefinition,- AxiomIdentifierDefinitionImpl,- AxiomItemDefinitionImpl,- AxiomTypeDefinitionImpl,- SimpleValue,- StructuredValueImpl
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAxiomValue.Factory<V,T extends AxiomValue<V>> 
- 
Field SummaryFields
- 
Method SummaryMethods inherited from interface com.evolveum.axiom.api.AxiomInfraValueinfraItem, infraItemsMethods inherited from interface com.evolveum.axiom.api.AxiomStructuredasComplex
- 
Field Details- 
AXIOM_VALUE
- 
TYPE
- 
VALUE
- 
METADATA
- 
METADATA_TYPE
 
- 
- 
Method Details- 
typeOptional<AxiomTypeDefinition> type()
- 
valueV value()
- 
metadata
- 
metadata
 
-