Package com.e1c.g5.v8.dt.check.settings
Interface ICompositeElement<T>
public interface ICompositeElement<T>
Composition of merged elements with same ids.
-
Method Summary
-
Method Details
-
getContent
Collection<? extends T> getContent()Returns original elements list.- Returns:
- orinal elements, not
null
-