Uses of Class
org.openl.rules.tbasic.runtime.ReturnType
-
Packages that use ReturnType Package Description org.openl.rules.tbasic.runtime -
-
Uses of ReturnType in org.openl.rules.tbasic.runtime
Methods in org.openl.rules.tbasic.runtime that return ReturnType Modifier and Type Method Description ReturnTypeResult. getReturnType()static ReturnTypeReturnType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReturnType[]ReturnType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openl.rules.tbasic.runtime with parameters of type ReturnType Modifier and Type Method Description voidResult. setReturnType(ReturnType returnType)Constructors in org.openl.rules.tbasic.runtime with parameters of type ReturnType Constructor Description Result(ReturnType returnType)Create an instance ofResultfor operation which didn't return any value.Result(ReturnType returnType, Object returnValue)Create an instance ofResultfor operation which returned value.
-