public static enum CreateTaskFromSQLTask.SqlScriptType extends Enum<CreateTaskFromSQLTask.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 CreateTaskFromSQLTask.SqlScriptType |
create(String key) |
String |
getValue() |
static CreateTaskFromSQLTask.SqlScriptType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateTaskFromSQLTask.SqlScriptType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateTaskFromSQLTask.SqlScriptType StoredProcedure
public static final CreateTaskFromSQLTask.SqlScriptType SqlCode
public static CreateTaskFromSQLTask.SqlScriptType[] values()
for (CreateTaskFromSQLTask.SqlScriptType c : CreateTaskFromSQLTask.SqlScriptType.values()) System.out.println(c);
public static CreateTaskFromSQLTask.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 CreateTaskFromSQLTask.SqlScriptType create(String key)
Copyright © 2016–2023. All rights reserved.