Class VelocityContainerItem
- java.lang.Object
-
- net.ssehub.easy.instantiation.velocity.VelocityContextItem
-
- net.ssehub.easy.instantiation.velocity.VelocityContainerItem
-
public class VelocityContainerItem extends VelocityContextItem
VelocityContextItemfor container, i.e., sets and sequences. This facilitates iteration through the nested elements as well to return its size.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Constructor Description VelocityContainerItem(java.lang.String variableName, java.util.List<java.lang.Object> values)Single constructor for this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intsize()Returns the number of nested values.-
Methods inherited from class net.ssehub.easy.instantiation.velocity.VelocityContextItem
getName, getValue, toString
-
-