public static enum UpdateTaskFromSQLTask.SqlScriptType extends Enum<UpdateTaskFromSQLTask.SqlScriptType> implements BmcEnum
Indicates whether the task is invoking a custom SQL script or stored procedure.
Enum Constant and Description |
---|
SqlCode |
StoredProcedure |
Modifier and Type | Method and Description |
---|---|
static UpdateTaskFromSQLTask.SqlScriptType |
create(String key) |
String |
getValue() |
static UpdateTaskFromSQLTask.SqlScriptType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTaskFromSQLTask.SqlScriptType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateTaskFromSQLTask.SqlScriptType StoredProcedure
public static final UpdateTaskFromSQLTask.SqlScriptType SqlCode
public static UpdateTaskFromSQLTask.SqlScriptType[] values()
for (UpdateTaskFromSQLTask.SqlScriptType c : UpdateTaskFromSQLTask.SqlScriptType.values()) System.out.println(c);
public static UpdateTaskFromSQLTask.SqlScriptType 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 UpdateTaskFromSQLTask.SqlScriptType create(String key)
Copyright © 2016–2024. All rights reserved.