Package org.drools.drl.ast.dsl.impl
Class GlobalDescrBuilderImpl
java.lang.Object
org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl<PackageDescrBuilder,GlobalDescr>
org.drools.drl.ast.dsl.impl.GlobalDescrBuilderImpl
- All Implemented Interfaces:
DescrBuilder<PackageDescrBuilder,,GlobalDescr> GlobalDescrBuilder
public class GlobalDescrBuilderImpl
extends BaseDescrBuilderImpl<PackageDescrBuilder,GlobalDescr>
implements GlobalDescrBuilder
-
Field Summary
Fields inherited from class org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl
descr, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) Sets the identifier for the global.Sets the type of the global.Methods inherited from class org.drools.drl.ast.dsl.impl.BaseDescrBuilderImpl
end, endCharacter, endLocation, getDescr, getParent, startCharacter, startLocationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.drl.ast.dsl.DescrBuilder
end, endCharacter, endLocation, getDescr, getParent, startCharacter, startLocation
-
Constructor Details
-
GlobalDescrBuilderImpl
-
-
Method Details
-
type
Description copied from interface:GlobalDescrBuilderSets the type of the global. E.g.: java.util.List- Specified by:
typein interfaceGlobalDescrBuilder- Returns:
- itself
-
identifier
Description copied from interface:GlobalDescrBuilderSets the identifier for the global. E.g.: list- Specified by:
identifierin interfaceGlobalDescrBuilder- Returns:
- itself
-