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