Module com.speedment.common.codegen
Interface InvocationValue
-
- All Superinterfaces:
HasCopy<Value<String>>,HasType<InvocationValue>,HasValues<InvocationValue>,Value<String>
public interface InvocationValue extends Value<String>, HasType<InvocationValue>, HasValues<InvocationValue>
A value calculated by invoking a method.- Since:
- 2.4.6
- Author:
- Emil Forslund
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationValuesetValue(String value)Sets the inner value of this.
-