Interface ICMultiItemsHolder
-
- All Known Subinterfaces:
ICMultiConfigDescription,ICMultiResourceDescription
- All Known Implementing Classes:
MultiItemsHolder,MultiLanguageSetting
public interface ICMultiItemsHolderImplementors 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 java.lang.StringEMPTY_STR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]getItems()
-
-
-
Field Detail
-
EMPTY_STR
static final java.lang.String EMPTY_STR
- See Also:
- Constant Field Values
-
-