public enum PathFeature extends Enum<PathFeature> implements IXMLSettingFeature
Enum Constant and Description |
---|
CATALOGS |
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 PathFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathFeature CATALOGS
public static PathFeature[] values()
for (PathFeature c : PathFeature.values()) System.out.println(c);
public static PathFeature 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 © 2020. All rights reserved.