public static enum ExecutionConfigurationEvent.TargetType extends Enum<ExecutionConfigurationEvent.TargetType>
Enum Constant and Description |
---|
DATA_SOURCE |
SOURCE_BINDING |
TINSTANCE |
TRANSLATOR |
VDB |
Modifier and Type | Method and Description |
---|---|
static ExecutionConfigurationEvent.TargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionConfigurationEvent.TargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutionConfigurationEvent.TargetType TRANSLATOR
public static final ExecutionConfigurationEvent.TargetType DATA_SOURCE
public static final ExecutionConfigurationEvent.TargetType TINSTANCE
public static final ExecutionConfigurationEvent.TargetType VDB
public static final ExecutionConfigurationEvent.TargetType SOURCE_BINDING
public static ExecutionConfigurationEvent.TargetType[] values()
for (ExecutionConfigurationEvent.TargetType c : ExecutionConfigurationEvent.TargetType.values()) System.out.println(c);
public static ExecutionConfigurationEvent.TargetType 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 nullCopyright © 2013–2019. All rights reserved.