Interface TypeDeclarationDescrBuilder
-
- All Superinterfaces:
AbstractClassTypeDeclarationBuilder<org.drools.compiler.lang.descr.TypeDeclarationDescr>,org.drools.compiler.lang.api.AnnotatedDescrBuilder<TypeDeclarationDescrBuilder>,org.drools.compiler.lang.api.DescrBuilder<PackageDescrBuilder,org.drools.compiler.lang.descr.TypeDeclarationDescr>
public interface TypeDeclarationDescrBuilder extends org.drools.compiler.lang.api.AnnotatedDescrBuilder<TypeDeclarationDescrBuilder>, AbstractClassTypeDeclarationBuilder<org.drools.compiler.lang.descr.TypeDeclarationDescr>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDeclarationDescrBuildername(java.lang.Class<?> type)TypeDeclarationDescrBuildersetTrait(boolean trait)TypeDeclarationDescrBuildersuperType(java.lang.String type)-
Methods inherited from interface it.univaq.gamification.dsl.builders.AbstractClassTypeDeclarationBuilder
newField
-
-
-
-
Method Detail
-
name
TypeDeclarationDescrBuilder name(java.lang.Class<?> type)
-
superType
TypeDeclarationDescrBuilder superType(java.lang.String type)
-
setTrait
TypeDeclarationDescrBuilder setTrait(boolean trait)
-
-