| Modifier and Type | Optional Element and Description |
|---|---|
String |
category
Category to group settings.
|
boolean |
deprecated
Whether the setting is deprecated or not.
|
String |
doc
Documentation of the settings.
|
boolean |
dynamic
allow field to be updated dynamically
|
int |
maxCharLength
binds character length of text
|
long |
maxValue
binds numeric value's upper bound
|
long |
minValue
binds numeric value's lower bound
|
boolean |
required
checks field value is required.
|
public abstract boolean required
public abstract long minValue
public abstract long maxValue
public abstract int maxCharLength
public abstract boolean dynamic
public abstract String category
public abstract String doc
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.