public class XPFPluginSettingValue extends Object
| Modifier and Type | Field and Description | 
|---|---|
private Boolean | 
booleanValue
Boolean value. 
 | 
private Date | 
dateValue
Date value. 
 | 
private BigDecimal | 
decimalValue
BigDecimal value. 
 | 
private Integer | 
integerValue
Integer text value. 
 | 
private String | 
mapKey
Map key. 
 | 
private int | 
sequence
The sequence index for this setting value. 
 | 
private String | 
shortTextValue
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 © 2000–2021 Elastic Path Software, Inc. All rights reserved.