public enum Attribute extends Enum<Attribute>
Enum Constant and Description |
---|
ACTIVATION_GROUP |
AGENDA_GROUP |
AUTO_FOCUS |
CALENDARS |
DATE_EFFECTIVE |
DATE_EXPIRES |
DIALECT |
DURATION |
ENABLED |
LOCK_ON_ACTIVE |
NEGATE_RULE |
NO_LOOP |
RULEFLOW_GROUP |
SALIENCE |
TIMER |
Modifier and Type | Method and Description |
---|---|
static String |
getAttributeDataType(String name) |
String |
getAttributeName() |
static Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribute SALIENCE
public static final Attribute ENABLED
public static final Attribute DATE_EFFECTIVE
public static final Attribute DATE_EXPIRES
public static final Attribute NO_LOOP
public static final Attribute AGENDA_GROUP
public static final Attribute ACTIVATION_GROUP
public static final Attribute DURATION
public static final Attribute TIMER
public static final Attribute CALENDARS
public static final Attribute AUTO_FOCUS
public static final Attribute LOCK_ON_ACTIVE
public static final Attribute RULEFLOW_GROUP
public static final Attribute DIALECT
public static final Attribute NEGATE_RULE
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute 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 getAttributeName()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.