public static interface Decl._Builder extends Decl
Decl._Builder, Decl._FieldkDescriptor| Modifier and Type | Method and Description |
|---|---|
Decl |
build() |
Decl._Builder |
clearDocumentation()
Clear the
documentation field value. |
Decl._Builder |
clearName()
Clear the
name field value. |
Decl._Builder |
setDocumentation(String value)
Set the
documentation field value. |
Decl._Builder |
setName(String value)
Set the
name field value. |
getDocumentation, getName, hasDocumentation, hasName, optionalDocumentation@Nonnull Decl._Builder setDocumentation(String value)
documentation field value.
Documentation for the specific declaration.
value - The new value@Nonnull Decl._Builder clearDocumentation()
documentation field value.
Documentation for the specific declaration.
@Nonnull Decl._Builder setName(String value)
name field value.
Name of the type, constant or service.
value - The new value@Nonnull Decl._Builder clearName()
name field value.
Name of the type, constant or service.
Copyright © 2015–2020 morimekta.net. All rights reserved.