Class TableProperty<T extends DictionaryComponent>

Type Parameters:
T -
All Implemented Interfaces:
Serializable

public class TableProperty<T extends DictionaryComponent> extends DictionaryProperty<DictionaryComponentTable<T>>
A TableProperty is a DictionaryProperty whose value is a DictionaryComponentTable. In other words, the value of a table property is a table (List) of dictionary components.
See Also:
  • Method Details

    • diff

      public DictionaryComponent.DiffSummary diff(TableProperty<T> that, Object versionInfo)
    • getDiffValue

      public List<T> getDiffValue()
      Get the value of the table property as a list that includes elements that were added by diffs.
      Returns:
      List of elements of type T
    • getDiffValue

      public List<T> getDiffValue(String filterPattern, boolean translate)
      Get the value of the table property that match the given filter pattern as a list that includes elements that were added by diffs.
      Parameters:
      filterPattern - pattern for filtering
      translate - boolean value to indicate if the translated value should be used for filtering
      Returns:
      List of elements of type T matching the filter pattern
    • getDiffValueForModification

      public List<T> getDiffValueForModification()
    • getAddedDiffs

      public List<T> getAddedDiffs()
      Get the elements that were added by diffs.
      Returns:
      List of elements of type T