Package org.drools.template.model
Class DeclaredType
- java.lang.Object
-
- org.drools.template.model.DeclaredType
-
- All Implemented Interfaces:
DRLJavaEmitter
public class DeclaredType extends Object implements DRLJavaEmitter
Wrapper for declarative types. Declared Types must be written in the appropriate style, no formatting is contributed here.
-
-
Constructor Summary
Constructors Constructor Description DeclaredType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrenderDRL(DRLOutput out)Each node can add its contribution to the outputvoidsetDeclaredTypeListing(String declaredTypeListing)
-
-
-
Method Detail
-
setDeclaredTypeListing
public void setDeclaredTypeListing(String declaredTypeListing)
-
renderDRL
public void renderDRL(DRLOutput out)
Description copied from interface:DRLJavaEmitterEach node can add its contribution to the output- Specified by:
renderDRLin interfaceDRLJavaEmitter
-
-