Interface ICMultiItemsHolder

All Known Subinterfaces:
ICMultiConfigDescription, ICMultiResourceDescription
All Known Implementing Classes:
MultiItemsHolder, MultiLanguageSetting

public interface ICMultiItemsHolder
Implementors of this interface are intended to hold 1 or more items and perform some simultaneous operations on them. There are no any restrictions for items types to be held. As common rule, items are set in constructor and their list cannot be changed in life time.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

  • Method Details

    • getItems

      Object[] getItems()
      Returns:
      array of items which it holds