public interface TypeDeclarationDescrBuilder extends AnnotatedDescrBuilder<TypeDeclarationDescrBuilder>, AbstractClassTypeDeclarationBuilder<TypeDeclarationDescr>
Modifier and Type | Method and Description |
---|---|
TypeDeclarationDescrBuilder |
name(String type)
Defines the type name
|
TypeDeclarationDescrBuilder |
superType(String type)
Defines the super type of this type.
|
newAnnotation
newField
end, endCharacter, endLocation, getDescr, startCharacter, startLocation
TypeDeclarationDescrBuilder name(String type)
type
- the type nameTypeDeclarationDescrBuilder superType(String type)
type
- the super type for this typeCopyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.