protected class BaseInformationBuilder.BasePropertyElement extends Object implements InformationBuilder.PropertyElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected boolean |
monospace |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
BasePropertyElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
build() |
InformationBuilder.PropertyElement |
label(String label) |
InformationBuilder.PropertyElement |
labelkey(String labelkey) |
InformationBuilder.PropertyElement |
monospace() |
InformationBuilder.PropertyElement |
value(String format,
Object... args) |
protected String label
protected boolean monospace
protected String value
public InformationBuilder.PropertyElement value(String format, Object... args)
value in interface InformationBuilder.Elementvalue in interface InformationBuilder.PropertyElementvalue in interface InformationBuilder.RawElementvalue in interface InformationBuilder.TextElementpublic InformationBuilder.PropertyElement label(String label)
label in interface InformationBuilder.PropertyElementpublic InformationBuilder.PropertyElement labelkey(String labelkey)
labelkey in interface InformationBuilder.PropertyElementpublic InformationBuilder.PropertyElement monospace()
monospace in interface InformationBuilder.PropertyElementpublic String build()
build in interface InformationBuilder.Element