public class Setting extends Object
Modifier and Type | Field and Description |
---|---|
Object |
_default |
Boolean |
advanced |
String |
contextType |
Boolean |
required |
Type |
trueType |
String |
type |
Constructor and Description |
---|
Setting() |
Modifier and Type | Method and Description |
---|---|
String[] |
getChoices() |
void |
setAdvanced(Boolean advanced) |
void |
setChoices(String[] choices) |
void |
setContextualType(String type)
Provided a contextual type for UI.
|
Setting |
setDefault(Object _default) |
Setting |
setRequired(Boolean required) |
Setting |
setTrueType(Type trueType) |
Setting |
setType(String type) |
public Boolean required
public Object _default
public String contextType
public Boolean advanced
public String type
public Type trueType
Copyright © 2023. All rights reserved.