org.drools.lang.api
Class DeclareDescrBuilderImpl
java.lang.Object
org.drools.lang.api.BaseDescrBuilderImpl<TypeDeclarationDescr>
org.drools.lang.api.DeclareDescrBuilderImpl
- All Implemented Interfaces:
- AnnotatedDescrBuilder<TypeDeclarationDescr>, DeclareDescrBuilder, DescrBuilder<TypeDeclarationDescr>
public class DeclareDescrBuilderImpl
- extends BaseDescrBuilderImpl<TypeDeclarationDescr>
- implements DeclareDescrBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeclareDescrBuilderImpl
protected DeclareDescrBuilderImpl()
type
public DeclareDescrBuilder type(String type)
- Specified by:
type in interface DeclareDescrBuilder
superType
public DeclareDescrBuilder superType(String type)
- Specified by:
superType in interface DeclareDescrBuilder
newAnnotation
public AnnotationDescrBuilder newAnnotation(String name)
- Specified by:
newAnnotation in interface AnnotatedDescrBuilder<TypeDeclarationDescr>
newField
public FieldDescrBuilder newField(String name)
- Specified by:
newField in interface DeclareDescrBuilder
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.