protected static enum UIAttachQueue.Properties extends Enum<UIAttachQueue.Properties>
Enum Constant and Description |
---|
ignoreDupResponses |
name |
onrequestdequeue |
onrequestqueue |
requestDelay |
requestGroupingId |
Modifier and Type | Method and Description |
---|---|
static UIAttachQueue.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIAttachQueue.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIAttachQueue.Properties ignoreDupResponses
public static final UIAttachQueue.Properties name
public static final UIAttachQueue.Properties onrequestdequeue
public static final UIAttachQueue.Properties onrequestqueue
public static final UIAttachQueue.Properties requestDelay
public static final UIAttachQueue.Properties requestGroupingId
public static UIAttachQueue.Properties[] values()
for (UIAttachQueue.Properties c : UIAttachQueue.Properties.values()) System.out.println(c);
public static UIAttachQueue.Properties 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 © 2015 JBoss by Red Hat. All Rights Reserved.