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