public class EnumMethodLambdaParameterTypeStateGetter extends java.lang.Object implements EnumMethodLambdaParameterType
Constructor and Description |
---|
EnumMethodLambdaParameterTypeStateGetter(EPType type,
java.lang.String getterMethodName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGetterMethodName()
Returns the name of the getter-method that the runtime invokes on the state object to obtain
the value of the lambda parameter
|
EPType |
getType()
Returns the type of the value the lambda parameter assumes
|
public EnumMethodLambdaParameterTypeStateGetter(EPType type, java.lang.String getterMethodName)
type
- lambda parameter-assumed value typegetterMethodName
- getter method namepublic EPType getType()
public java.lang.String getGetterMethodName()