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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeclaredType
public DeclaredType()
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.