public class BooleanField extends AbstractConfigurationField
ConfigurationField.Optional| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_TYPE |
description, field_type, humanName, name, optional, positionDEFAULT_POSITION, PLACE_AT_END_POSITION| Constructor and Description |
|---|
BooleanField(String name,
String humanName,
boolean defaultValue,
String description) |
BooleanField(String name,
String humanName,
boolean defaultValue,
String description,
int position) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefaultValue() |
void |
setDefaultValue(Object defaultValue) |
getAdditionalInformation, getAttributes, getDescription, getFieldType, getHumanName, getName, getPosition, isOptionalpublic static final String FIELD_TYPE
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.