public enum LimitFeature extends Enum<LimitFeature> implements IXMLSettingFeature
| Enum Constant and Description |
|---|
SYMBOLS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns a displayable name for this feature
|
String |
getSettingId()
Returns the related settingId for this feature
|
static LimitFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LimitFeature SYMBOLS
public static LimitFeature[] values()
for (LimitFeature c : LimitFeature.values()) System.out.println(c);
public static LimitFeature 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 getName()
IXMLSettingFeaturegetName in interface IXMLSettingFeaturepublic String getSettingId()
IXMLSettingFeaturegetSettingId in interface IXMLSettingFeatureCopyright © 2022. All rights reserved.