public enum JpaMetaModelPopulationSetting extends java.lang.Enum<JpaMetaModelPopulationSetting>
| Enum Constant and Description |
|---|
DISABLED |
ENABLED |
IGNORE_UNSUPPORTED |
| Modifier and Type | Method and Description |
|---|---|
static JpaMetaModelPopulationSetting |
determineJpaMetaModelPopulationSetting(java.util.Map configurationValues) |
static JpaMetaModelPopulationSetting |
parse(java.lang.String setting) |
static JpaMetaModelPopulationSetting |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JpaMetaModelPopulationSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JpaMetaModelPopulationSetting ENABLED
public static final JpaMetaModelPopulationSetting DISABLED
public static final JpaMetaModelPopulationSetting IGNORE_UNSUPPORTED
public static JpaMetaModelPopulationSetting[] values()
for (JpaMetaModelPopulationSetting c : JpaMetaModelPopulationSetting.values()) System.out.println(c);
public static JpaMetaModelPopulationSetting valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static JpaMetaModelPopulationSetting parse(java.lang.String setting)
public static JpaMetaModelPopulationSetting determineJpaMetaModelPopulationSetting(java.util.Map configurationValues)
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.