public enum ListenerAttribute extends Enum<ListenerAttribute>
| Modifier and Type | Class and Description |
|---|---|
static class |
ListenerAttribute.Derivator |
| Modifier and Type | Method and Description |
|---|---|
PropertyBase |
derivateProperty(EventModel model) |
static ListenerAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListenerAttribute FOR
public static final ListenerAttribute BINDING
public static final ListenerAttribute LISTENER
public static final ListenerAttribute TYPE
public static ListenerAttribute[] values()
for (ListenerAttribute c : ListenerAttribute.values()) System.out.println(c);
public static ListenerAttribute 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 PropertyBase derivateProperty(EventModel model)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.