public static enum ActionType.Code extends Enum<ActionType.Code>
Enum Constant and Description |
---|
ACTION |
ACTIVATIONGROUP |
AGENDAGROUP |
AUTOFOCUS |
CALENDARS |
CONDITION |
DATEEFFECTIVE |
DATEEXPIRES |
DESCRIPTION |
DURATION |
ENABLED |
LOCKONACTIVE |
METADATA |
NAME |
NOLOOP |
RULEFLOWGROUP |
SALIENCE |
TIMER |
Modifier and Type | Method and Description |
---|---|
String |
getColHeader() |
String |
getColShort() |
int |
getMaxCount() |
static ActionType.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionType.Code CONDITION
public static final ActionType.Code ACTION
public static final ActionType.Code NAME
public static final ActionType.Code DESCRIPTION
public static final ActionType.Code SALIENCE
public static final ActionType.Code DURATION
public static final ActionType.Code TIMER
public static final ActionType.Code ENABLED
public static final ActionType.Code CALENDARS
public static final ActionType.Code NOLOOP
public static final ActionType.Code LOCKONACTIVE
public static final ActionType.Code AUTOFOCUS
public static final ActionType.Code ACTIVATIONGROUP
public static final ActionType.Code AGENDAGROUP
public static final ActionType.Code RULEFLOWGROUP
public static final ActionType.Code DATEEFFECTIVE
public static final ActionType.Code DATEEXPIRES
public static final ActionType.Code METADATA
public static ActionType.Code[] values()
for (ActionType.Code c : ActionType.Code.values()) System.out.println(c);
public static ActionType.Code 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 getColHeader()
public String getColShort()
public int getMaxCount()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.