public interface TypeDeclarationDescrBuilder extends AnnotatedDescrBuilder<TypeDeclarationDescrBuilder>, AbstractClassTypeDeclarationBuilder<TypeDeclarationDescr>
| Modifier and Type | Method and Description |
|---|---|
TypeDeclarationDescrBuilder |
name(String type)
Defines the type name
|
TypeDeclarationDescrBuilder |
setTrait(boolean trait) |
TypeDeclarationDescrBuilder |
superType(String type)
Defines the super type of this type.
|
newAnnotationnewFieldend, endCharacter, endLocation, getDescr, startCharacter, startLocationTypeDeclarationDescrBuilder name(String type)
type - the type nameTypeDeclarationDescrBuilder superType(String type)
type - the super type for this typeTypeDeclarationDescrBuilder setTrait(boolean trait)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.