|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RegistryBeanGenerator.ResultType>
com.softwareag.centrasite.appl.framework.generator.RegistryBeanGenerator.ResultType
public static enum RegistryBeanGenerator.ResultType
Used as Key of the Map returned by RegistryBeanGenerator.generate(String, String, String)
method.
Enum Constant Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |