Module com.speedment.common.codegen
Interface HasValues<T extends HasValues<T>>
-
- All Known Subinterfaces:
AnonymousValue,InvocationValue
public interface HasValues<T extends HasValues<T>>Trait representing a type that has multiplevalues, like a method or constructor invocation.- Since:
- 2.4.6
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default <E> Tadd(Value<E> generic)Adds the specifiedValueto this model.List<Value<?>>getValues()Returns a list of all the values in this model.
-