public enum XPFSettingValueTypeEnum extends Enum<XPFSettingValueTypeEnum>
Enum Constant and Description |
---|
BIG_DECIMAL
BigDecimal Setting value type.
|
BOOLEAN
Boolean Setting value type.
|
COLLECTION
Collection Setting value type.
|
INTEGER
Integer Setting value type.
|
MAP
Map Setting value type.
|
STRING
String Setting value type.
|
URL
url setting value type.
|
XML
xml setting value type.
|
Modifier and Type | Method and Description |
---|---|
String |
getTypeKey() |
static XPFSettingValueTypeEnum |
valueForTypeKey(String settingValueTypeEnumKey)
Returns SettingValueTypeEnum with key matching given string.
|
static XPFSettingValueTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPFSettingValueTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XPFSettingValueTypeEnum STRING
public static final XPFSettingValueTypeEnum BIG_DECIMAL
public static final XPFSettingValueTypeEnum BOOLEAN
public static final XPFSettingValueTypeEnum COLLECTION
public static final XPFSettingValueTypeEnum MAP
public static final XPFSettingValueTypeEnum INTEGER
public static final XPFSettingValueTypeEnum URL
public static final XPFSettingValueTypeEnum XML
private final String typeKey
public static XPFSettingValueTypeEnum[] values()
for (XPFSettingValueTypeEnum c : XPFSettingValueTypeEnum.values()) System.out.println(c);
public static XPFSettingValueTypeEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getTypeKey()
public static XPFSettingValueTypeEnum valueForTypeKey(String settingValueTypeEnumKey)
settingValueTypeEnumKey
- key of the setting value enum to be returned.Copyright © 2023. All rights reserved.