public enum TimerJobFactoryType extends Enum<TimerJobFactoryType>
Modifier and Type | Method and Description |
---|---|
abstract TimerJobFactoryManager |
createInstance() |
String |
getId() |
static TimerJobFactoryType |
resolveTimerJobFactoryType(String id) |
String |
toExternalForm() |
String |
toString() |
static TimerJobFactoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerJobFactoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimerJobFactoryType DEFUALT
public static final TimerJobFactoryType TRACKABLE
public static final TimerJobFactoryType JPA
public static TimerJobFactoryType[] values()
for (TimerJobFactoryType c : TimerJobFactoryType.values()) System.out.println(c);
public static TimerJobFactoryType 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 abstract TimerJobFactoryManager createInstance()
public String toExternalForm()
public String toString()
toString
in class Enum<TimerJobFactoryType>
public String getId()
public static TimerJobFactoryType resolveTimerJobFactoryType(String id)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.