public static enum GrouperClientXmppJob.XmppJobEventAction extends Enum<GrouperClientXmppJob.XmppJobEventAction>
| Enum Constant and Description |
|---|
incremental
incremental will use the message and memory list
|
reload_group
when a message comes in, reload the membership list
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperClientXmppJob.XmppJobEventAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperClientXmppJob.XmppJobEventAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperClientXmppJob.XmppJobEventAction incremental
public static final GrouperClientXmppJob.XmppJobEventAction reload_group
public static GrouperClientXmppJob.XmppJobEventAction[] values()
for (GrouperClientXmppJob.XmppJobEventAction c : GrouperClientXmppJob.XmppJobEventAction.values()) System.out.println(c);
public static GrouperClientXmppJob.XmppJobEventAction 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 nullCopyright © 2014 Internet2. All rights reserved.