public enum HibernateOrmPropertyHandleFactoryName extends Enum<HibernateOrmPropertyHandleFactoryName>
| Enum Constant and Description |
|---|
JAVA_LANG_REFLECT |
METHOD_HANDLE |
| Modifier and Type | Method and Description |
|---|---|
static HibernateOrmPropertyHandleFactoryName |
of(String value) |
static HibernateOrmPropertyHandleFactoryName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HibernateOrmPropertyHandleFactoryName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HibernateOrmPropertyHandleFactoryName JAVA_LANG_REFLECT
public static final HibernateOrmPropertyHandleFactoryName METHOD_HANDLE
public static HibernateOrmPropertyHandleFactoryName[] values()
for (HibernateOrmPropertyHandleFactoryName c : HibernateOrmPropertyHandleFactoryName.values()) System.out.println(c);
public static HibernateOrmPropertyHandleFactoryName 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 static HibernateOrmPropertyHandleFactoryName of(String value)
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.