public static enum RegistryBeanGenerator.ResultType extends java.lang.Enum<RegistryBeanGenerator.ResultType>
RegistryBeanGenerator.generate(String, String, String)
method.Enum Constant and Description |
---|
BASE_TYPE_IMPLEMENTATION
The key to access the base implementation source code.
|
BASE_TYPE_IMPLEMENTATION_NAME
The key to access the base implementation class name.
|
BASE_TYPE_INTERFACE
The key to access the base interface source code.
|
BASE_TYPE_INTERFACE_NAME
The key to access the base interface name.
|
IMPLEMENTATION_PACKAGE
The key to access the implementation package.
|
INTERFACE_PACKAGE
The key to access the interface package.
|
VIRTUAL_TYPE_IMPLEMENTATION
The key to access the virtual implementation source code.
|
VIRTUAL_TYPE_IMPLEMENTATION_NAME
The key to access the virtual implementation class name.
|
VIRTUAL_TYPE_INTERFACE
The key to access the virtual interface source code.
|
VIRTUAL_TYPE_INTERFACE_NAME
The key to access the virtual interface name.
|
Modifier and Type | Method and Description |
---|---|
static RegistryBeanGenerator.ResultType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegistryBeanGenerator.ResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistryBeanGenerator.ResultType BASE_TYPE_INTERFACE
public static final RegistryBeanGenerator.ResultType BASE_TYPE_IMPLEMENTATION
public static final RegistryBeanGenerator.ResultType VIRTUAL_TYPE_INTERFACE
public static final RegistryBeanGenerator.ResultType VIRTUAL_TYPE_IMPLEMENTATION
public static final RegistryBeanGenerator.ResultType BASE_TYPE_INTERFACE_NAME
public static final RegistryBeanGenerator.ResultType BASE_TYPE_IMPLEMENTATION_NAME
public static final RegistryBeanGenerator.ResultType VIRTUAL_TYPE_INTERFACE_NAME
public static final RegistryBeanGenerator.ResultType VIRTUAL_TYPE_IMPLEMENTATION_NAME
public static final RegistryBeanGenerator.ResultType INTERFACE_PACKAGE
public static final RegistryBeanGenerator.ResultType IMPLEMENTATION_PACKAGE
public static RegistryBeanGenerator.ResultType[] values()
for (RegistryBeanGenerator.ResultType c : RegistryBeanGenerator.ResultType.values()) System.out.println(c);
public static RegistryBeanGenerator.ResultType 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 null