org.drools.template.model
Class DeclaredType

java.lang.Object
  extended by 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
DeclaredType()
           
 
Method Summary
 void renderDRL(DRLOutput out)
          Each node can add its contribution to the output
 void setDeclaredTypeListing(String declaredTypeListing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclaredType

public DeclaredType()
Method Detail

setDeclaredTypeListing

public void setDeclaredTypeListing(String declaredTypeListing)

renderDRL

public void renderDRL(DRLOutput out)
Description copied from interface: DRLJavaEmitter
Each node can add its contribution to the output

Specified by:
renderDRL in interface DRLJavaEmitter


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.