|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FunctionDescrBuilder
A descriptor builder for functions
| Method Summary | |
|---|---|
FunctionDescrBuilder |
body(String body)
Sets the function body |
FunctionDescrBuilder |
dialect(String dialect)
Sets the function dialect. |
FunctionDescrBuilder |
name(String name)
Sets function name |
FunctionDescrBuilder |
namespace(String namespace)
Sets an alternate namespace for the function |
FunctionDescrBuilder |
returnType(String type)
Sets function return type |
| Methods inherited from interface org.drools.compiler.lang.api.DescrBuilder |
|---|
end, endCharacter, endLocation, getDescr, startCharacter, startLocation |
| Methods inherited from interface org.drools.compiler.lang.api.ParameterSupportBuilder |
|---|
parameter |
| Method Detail |
|---|
FunctionDescrBuilder namespace(String namespace)
namespace -
FunctionDescrBuilder name(String name)
name -
FunctionDescrBuilder returnType(String type)
type -
FunctionDescrBuilder body(String body)
body -
FunctionDescrBuilder dialect(String dialect)
dialect -
|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||