public class XPFPluginSettingValue extends Object
Modifier and Type | Field and Description |
---|---|
private Boolean |
booleanValue
The boolean value.
|
private Date |
dateValue
The date value.
|
private BigDecimal |
decimalValue
The BigDecimal value.
|
private Integer |
integerValue
The integer value.
|
private String |
mapKey
The map key.
|
private int |
sequence
The sequence index for this setting value.
|
private String |
shortTextValue
The short text value.
|
Constructor and Description |
---|
XPFPluginSettingValue() |
private final int sequence
private final String mapKey
private final String shortTextValue
private final Integer integerValue
private final BigDecimal decimalValue
private final Boolean booleanValue
private final Date dateValue
Copyright © 2022. All rights reserved.