protected class BaseInformationBuilder.BaseTextElement extends Object implements InformationBuilder.TextElement
| Modifier | Constructor and Description |
|---|---|
protected |
BaseTextElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
build() |
InformationBuilder.TextElement |
value(String format,
Object... args) |
protected String value
public InformationBuilder.TextElement value(String format, Object... args)
value in interface InformationBuilder.Elementvalue in interface InformationBuilder.RawElementvalue in interface InformationBuilder.TextElementpublic String build()
build in interface InformationBuilder.Element