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.Element
value
in interface InformationBuilder.PropertyElement
value
in interface InformationBuilder.RawElement
value
in interface InformationBuilder.TextElement
public InformationBuilder.PropertyElement label(String label)
label
in interface InformationBuilder.PropertyElement
public InformationBuilder.PropertyElement labelkey(String labelkey)
labelkey
in interface InformationBuilder.PropertyElement
public InformationBuilder.PropertyElement monospace()
monospace
in interface InformationBuilder.PropertyElement
public String build()
build
in interface InformationBuilder.Element