Package com.evolveum.axiom.lang.spi
Class AbstractBaseDefinition
- java.lang.Object
 - 
- com.evolveum.axiom.api.AbstractAxiomValue<Collection<AxiomItem<?>>>
 - 
- com.evolveum.axiom.api.StructuredValueImpl
 - 
- com.evolveum.axiom.lang.spi.AbstractBaseDefinition
 
 
 
 
- 
- All Implemented Interfaces:
 AxiomInfraValue,AxiomStructured,AxiomStructuredValue,AxiomValue<Collection<AxiomItem<?>>>,AxiomNamedDefinition
- Direct Known Subclasses:
 AxiomItemDefinitionImpl,AxiomTypeDefinitionImpl
public class AbstractBaseDefinition extends StructuredValueImpl implements AxiomNamedDefinition
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.evolveum.axiom.api.AxiomStructuredValue
AxiomStructuredValue.Factory 
- 
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 AbstractBaseDefinition(AxiomTypeDefinition type, Map<AxiomName,AxiomItem<?>> items, Map<AxiomName,AxiomItem<?>> infraItems) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdocumentation()AxiomNamename()- 
Methods inherited from class com.evolveum.axiom.api.StructuredValueImpl
as, item, item, itemMap, items, require, requireItem 
- 
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.AxiomStructuredValue
onlyValue, value 
- 
Methods inherited from interface com.evolveum.axiom.api.AxiomValue
metadata, metadata, type 
 - 
 
 - 
 
- 
- 
Method Detail
- 
name
public AxiomName name()
- Specified by:
 namein interfaceAxiomNamedDefinition
 
- 
documentation
public String documentation()
- Specified by:
 documentationin interfaceAxiomNamedDefinition
 
 - 
 
 -