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