public static class JDFAutoQueueEntry.EnumActivation
extends org.apache.commons.lang.enums.ValuedEnum
| Modifier and Type | Field and Description |
|---|---|
static JDFAutoQueueEntry.EnumActivation |
Active |
static JDFAutoQueueEntry.EnumActivation |
Held |
static JDFAutoQueueEntry.EnumActivation |
Inactive |
static JDFAutoQueueEntry.EnumActivation |
Informative |
static JDFAutoQueueEntry.EnumActivation |
TestRun |
static JDFAutoQueueEntry.EnumActivation |
TestRunAndGo |
| Modifier and Type | Method and Description |
|---|---|
static JDFAutoQueueEntry.EnumActivation |
getEnum(int enumValue) |
static JDFAutoQueueEntry.EnumActivation |
getEnum(String enumName) |
static List |
getEnumList() |
static Map |
getEnumMap() |
static Iterator |
iterator() |
compareTo, getEnum, getValue, toStringpublic static final JDFAutoQueueEntry.EnumActivation Inactive
public static final JDFAutoQueueEntry.EnumActivation Informative
public static final JDFAutoQueueEntry.EnumActivation Held
public static final JDFAutoQueueEntry.EnumActivation Active
public static final JDFAutoQueueEntry.EnumActivation TestRun
public static final JDFAutoQueueEntry.EnumActivation TestRunAndGo
public static JDFAutoQueueEntry.EnumActivation getEnum(String enumName)
enumName - the string to convertpublic static JDFAutoQueueEntry.EnumActivation getEnum(int enumValue)
enumValue - the integer to convertpublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2014. All Rights Reserved.