org.drools.lang.api
Interface EntryPointDeclarationDescrBuilder

All Superinterfaces:
AnnotatedDescrBuilder<EntryPointDeclarationDescrBuilder>, DescrBuilder<PackageDescrBuilder,EntryPointDeclarationDescr>
All Known Implementing Classes:
EntryPointDeclarationDescrBuilderImpl

public interface EntryPointDeclarationDescrBuilder
extends AnnotatedDescrBuilder<EntryPointDeclarationDescrBuilder>, DescrBuilder<PackageDescrBuilder,EntryPointDeclarationDescr>

An interface for the entry point declaration descriptor builder


Method Summary
 EntryPointDeclarationDescrBuilder entryPointId(String name)
          Declares the entry point id
 
Methods inherited from interface org.drools.lang.api.AnnotatedDescrBuilder
newAnnotation
 
Methods inherited from interface org.drools.lang.api.DescrBuilder
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
 

Method Detail

entryPointId

EntryPointDeclarationDescrBuilder entryPointId(String name)
Declares the entry point id

Parameters:
name - the name of the entry point to be declared
Returns:
itself


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