protected class BaseInformationBuilder.BaseTitleElement extends Object implements InformationBuilder.TitleElement
Modifier | Constructor and Description |
---|---|
protected |
BaseTitleElement() |
Modifier and Type | Method and Description |
---|---|
String |
build() |
InformationBuilder.TitleElement |
label(String label) |
InformationBuilder.TitleElement |
labelkey(String labelkey) |
InformationBuilder.TitleElement |
value(String format,
Object... args) |
protected String label
public InformationBuilder.TitleElement value(String format, Object... args)
value
in interface InformationBuilder.Element
value
in interface InformationBuilder.TitleElement
public InformationBuilder.TitleElement label(String label)
label
in interface InformationBuilder.TitleElement
public InformationBuilder.TitleElement labelkey(String labelkey)
labelkey
in interface InformationBuilder.TitleElement
public String build()
build
in interface InformationBuilder.Element