public static enum Workflows.WorkflowDBEntry.WorkflowFields extends Enum<Workflows.WorkflowDBEntry.WorkflowFields>
Enum Constant and Description |
---|
DURATION |
INPUTBYTES |
LASTUPDATETIME |
NUMJOBSCOMPLETED |
NUMJOBSTOTAL |
OUTPUTBYTES |
PARENTWORKFLOWID |
STARTTIME |
USERNAME |
WORKFLOWCONTEXT |
WORKFLOWID |
WORKFLOWNAME |
Modifier and Type | Method and Description |
---|---|
int |
getInt(ResultSet rs) |
long |
getLong(ResultSet rs) |
String |
getString(ResultSet rs) |
static String |
join() |
static Workflows.WorkflowDBEntry.WorkflowFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Workflows.WorkflowDBEntry.WorkflowFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Workflows.WorkflowDBEntry.WorkflowFields WORKFLOWID
public static final Workflows.WorkflowDBEntry.WorkflowFields WORKFLOWNAME
public static final Workflows.WorkflowDBEntry.WorkflowFields USERNAME
public static final Workflows.WorkflowDBEntry.WorkflowFields STARTTIME
public static final Workflows.WorkflowDBEntry.WorkflowFields LASTUPDATETIME
public static final Workflows.WorkflowDBEntry.WorkflowFields DURATION
public static final Workflows.WorkflowDBEntry.WorkflowFields NUMJOBSTOTAL
public static final Workflows.WorkflowDBEntry.WorkflowFields NUMJOBSCOMPLETED
public static final Workflows.WorkflowDBEntry.WorkflowFields INPUTBYTES
public static final Workflows.WorkflowDBEntry.WorkflowFields OUTPUTBYTES
public static final Workflows.WorkflowDBEntry.WorkflowFields PARENTWORKFLOWID
public static final Workflows.WorkflowDBEntry.WorkflowFields WORKFLOWCONTEXT
public static Workflows.WorkflowDBEntry.WorkflowFields[] values()
for (Workflows.WorkflowDBEntry.WorkflowFields c : Workflows.WorkflowDBEntry.WorkflowFields.values()) System.out.println(c);
public static Workflows.WorkflowDBEntry.WorkflowFields 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 String getString(ResultSet rs) throws SQLException
SQLException
public int getInt(ResultSet rs) throws SQLException
SQLException
public long getLong(ResultSet rs) throws SQLException
SQLException
public static String join()
Copyright © 2014. All rights reserved.