public class ContentAttributeDefinitionAndValue extends DefinitionAndValue<Content>
Constructor and Description |
---|
ContentAttributeDefinitionAndValue(Content root,
ModelItem definition,
Object value)
Creates a definition and value pair
|
ContentAttributeDefinitionAndValue(Content root,
ModelItem definition,
Object value,
DefinitionAndValue<Content> parent)
Creates a definition and value pair
|
Modifier and Type | Method and Description |
---|---|
(package private) List<ContentComparatorChange> |
compare(ContentAttributeDefinitionAndValue definitionAndValue) |
extractValues, getDefinition, getParent, getRoot, getValue
public ContentAttributeDefinitionAndValue(Content root, ModelItem definition, Object value)
root
- the root object of this definition and value pairdefinition
- the definitionvalue
- the valuepublic ContentAttributeDefinitionAndValue(Content root, ModelItem definition, Object value, DefinitionAndValue<Content> parent)
root
- the root object of this definition and value pairdefinition
- the definitionvalue
- the valueparent
- the parent of the definition and value pairList<ContentComparatorChange> compare(ContentAttributeDefinitionAndValue definitionAndValue)