Class CompositeDefinitionAndValue<T>

java.lang.Object
org.ametys.runtime.model.DefinitionAndValue<T>
org.ametys.plugins.repository.model.CompositeDefinitionAndValue<T>
Type Parameters:
T - Type of the root object
Direct Known Subclasses:
RepeaterEntryDefinitionAndValue

Pair of a value and its definition for a composite
  • Constructor Details

    • CompositeDefinitionAndValue

      public CompositeDefinitionAndValue(T root, ModelItem definition, Object value, DefinitionAndValue... children)
      Creates a composite definition and value pair
      Parameters:
      root - the root object of this definition and value pair
      definition - the definition
      value - the value
      children - the children of the definition and value pair
    • CompositeDefinitionAndValue

      public CompositeDefinitionAndValue(T root, ModelItem definition, Object value, DefinitionAndValue<T> parent, DefinitionAndValue... children)
      Creates a composite definition and value pair
      Parameters:
      root - the root object of this definition and value pair
      definition - the definition
      value - the value
      parent - the parent of the definition and value pair
      children - the children of the definition and value pair
  • Method Details