public static enum CommonConfiguration.ConfigurationOption extends Enum<CommonConfiguration.ConfigurationOption>
| Enum Constant and Description |
|---|
ANNOTATE
Exclude class from being a candidate or field for being substituted.
|
APPLY_PLURAL_FORM
Apply plural form to field names.
|
COLLECTION_IMPLEMENTATION
Collection implementation class name.
|
COLLECTION_INTERFACE
Collection interface class name.
|
CONTROL
Control file name.
|
INSTANTIATION_MODE
Instantiation mode.
|
SUMMARY
Summary file name.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonConfiguration.ConfigurationOption |
byOption(String optionName)
Resolve enum from option name.
|
String |
optionName() |
static CommonConfiguration.ConfigurationOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonConfiguration.ConfigurationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonConfiguration.ConfigurationOption CONTROL
public static final CommonConfiguration.ConfigurationOption SUMMARY
public static final CommonConfiguration.ConfigurationOption COLLECTION_IMPLEMENTATION
public static final CommonConfiguration.ConfigurationOption COLLECTION_INTERFACE
public static final CommonConfiguration.ConfigurationOption INSTANTIATION_MODE
public static final CommonConfiguration.ConfigurationOption APPLY_PLURAL_FORM
Ring.get(BIGlobalBinding.class).isSimpleMode();.public static final CommonConfiguration.ConfigurationOption ANNOTATE
public static CommonConfiguration.ConfigurationOption[] values()
for (CommonConfiguration.ConfigurationOption c : CommonConfiguration.ConfigurationOption.values()) System.out.println(c);
public static CommonConfiguration.ConfigurationOption 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 optionName()
public static CommonConfiguration.ConfigurationOption byOption(String optionName)
Copyright © 2022–2023. All rights reserved.