Drools :: Compiler 6.2.0.Final

org.drools.compiler.lang.api.impl
Class AccumulateImportDescrBuilderImpl

java.lang.Object
  extended by org.drools.compiler.lang.api.impl.BaseDescrBuilderImpl<PackageDescrBuilder,AccumulateImportDescr>
      extended by org.drools.compiler.lang.api.impl.AccumulateImportDescrBuilderImpl
All Implemented Interfaces:
AccumulateImportDescrBuilder, DescrBuilder<PackageDescrBuilder,AccumulateImportDescr>

public class AccumulateImportDescrBuilderImpl
extends BaseDescrBuilderImpl<PackageDescrBuilder,AccumulateImportDescr>
implements AccumulateImportDescrBuilder


Field Summary
 
Fields inherited from class org.drools.compiler.lang.api.impl.BaseDescrBuilderImpl
descr, parent
 
Constructor Summary
protected AccumulateImportDescrBuilderImpl(PackageDescrBuilder parent)
           
 
Method Summary
 AccumulateImportDescrBuilder functionName(String functionName)
          Sets the function name for the accumulate import
 AccumulateImportDescrBuilder target(String target)
          Sets the import target
 
Methods inherited from class org.drools.compiler.lang.api.impl.BaseDescrBuilderImpl
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.compiler.lang.api.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
 

Constructor Detail

AccumulateImportDescrBuilderImpl

protected AccumulateImportDescrBuilderImpl(PackageDescrBuilder parent)
Method Detail

target

public AccumulateImportDescrBuilder target(String target)
Description copied from interface: AccumulateImportDescrBuilder
Sets the import target

Specified by:
target in interface AccumulateImportDescrBuilder
Parameters:
target - the class or package being imported
Returns:
itself

functionName

public AccumulateImportDescrBuilder functionName(String functionName)
Description copied from interface: AccumulateImportDescrBuilder
Sets the function name for the accumulate import

Specified by:
functionName in interface AccumulateImportDescrBuilder
Parameters:
functionName - the function name
Returns:
itself

Drools :: Compiler 6.2.0.Final

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