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()
IXMLSettingFeature
getName
in interface IXMLSettingFeature
public String getSettingId()
IXMLSettingFeature
getSettingId
in interface IXMLSettingFeature
Copyright © 2021. All rights reserved.