public static enum ConfigurationInfo.Supports extends Enum<ConfigurationInfo.Supports>
Enum Constant and Description |
---|
ADDING_FORBIDDEN |
DO_NOT_EXTEND |
FINAL |
Modifier and Type | Method and Description |
---|---|
static ConfigurationInfo.Supports |
attributeNameValueOf(String attributeName) |
String |
getDefaultValue() |
String |
getPropertyName() |
String |
getXmlAttributeName() |
static ConfigurationInfo.Supports |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationInfo.Supports[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationInfo.Supports FINAL
public static final ConfigurationInfo.Supports ADDING_FORBIDDEN
public static final ConfigurationInfo.Supports DO_NOT_EXTEND
public static final String KEYWORD
public static ConfigurationInfo.Supports[] values()
for (ConfigurationInfo.Supports c : ConfigurationInfo.Supports.values()) System.out.println(c);
public static ConfigurationInfo.Supports 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 getDefaultValue()
public String getXmlAttributeName()
public String getPropertyName()
public static ConfigurationInfo.Supports attributeNameValueOf(String attributeName)
Copyright © 2022 Apache Software Foundation. All rights reserved.