@Value.Immutable public abstract class PropertyDescriptor extends Object
| Constructor and Description |
|---|
PropertyDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
checkboxLabel() |
abstract PropertyValue |
defaultValue() |
String |
description() |
abstract String |
label() |
abstract String |
name() |
abstract PropertyValue.PropertyType |
type() |
@Value.Default public String checkboxLabel()
public abstract PropertyValue defaultValue()
@Value.Default public String description()
public abstract String label()
public abstract String name()
public abstract PropertyValue.PropertyType type()
Copyright © 2011–2020 Glowroot contributors. All rights reserved.