public static enum SystemUpdateBean.EUpdateAction extends Enum<SystemUpdateBean.EUpdateAction>
Enum Constant and Description |
---|
ALL |
MIGRATE |
MODULE |
PROJEKT |
RESOURCE |
STATUS |
TEMPLATE |
USER |
VORGANG |
Modifier and Type | Method and Description |
---|---|
String |
getCustomJS() |
static SystemUpdateBean.EUpdateAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemUpdateBean.EUpdateAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemUpdateBean.EUpdateAction ALL
public static final SystemUpdateBean.EUpdateAction VORGANG
public static final SystemUpdateBean.EUpdateAction STATUS
public static final SystemUpdateBean.EUpdateAction USER
public static final SystemUpdateBean.EUpdateAction MODULE
public static final SystemUpdateBean.EUpdateAction TEMPLATE
public static final SystemUpdateBean.EUpdateAction MIGRATE
public static final SystemUpdateBean.EUpdateAction RESOURCE
public static final SystemUpdateBean.EUpdateAction PROJEKT
public static SystemUpdateBean.EUpdateAction[] values()
for (SystemUpdateBean.EUpdateAction c : SystemUpdateBean.EUpdateAction.values()) System.out.println(c);
public static SystemUpdateBean.EUpdateAction 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 getCustomJS()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.