Package org.seamcat.model.types.result
Class FunctionResultType
- java.lang.Object
-
- org.seamcat.model.types.result.FunctionResultType
-
- All Implemented Interfaces:
ResultType<Function>
public class FunctionResultType extends java.lang.Object implements ResultType<Function>
-
-
Constructor Summary
Constructors Constructor Description FunctionResultType(UniqueValueDef def, Function function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ResultTypeVisitor visitor)
UniqueValueDef
def()
java.lang.String
description()
java.lang.String
toString()
Function
value()
-
-
-
Constructor Detail
-
FunctionResultType
public FunctionResultType(UniqueValueDef def, Function function)
-
-
Method Detail
-
value
public Function value()
- Specified by:
value
in interfaceResultType<Function>
-
description
public java.lang.String description()
- Specified by:
description
in interfaceResultType<Function>
-
def
public UniqueValueDef def()
- Specified by:
def
in interfaceResultType<Function>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
accept
public void accept(ResultTypeVisitor visitor)
- Specified by:
accept
in interfaceResultType<Function>
-
-