public static enum ResourceGroupExecutionTypeUIBean.Type extends Enum<ResourceGroupExecutionTypeUIBean.Type>
| Enum Constant and Description |
|---|
CONCURRENT |
ORDERED |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getName()
A Java bean style getter to allow us to access the enum name from JSP
or Facelets pages (e.g.
|
static ResourceGroupExecutionTypeUIBean.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceGroupExecutionTypeUIBean.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceGroupExecutionTypeUIBean.Type CONCURRENT
public static final ResourceGroupExecutionTypeUIBean.Type ORDERED
public static ResourceGroupExecutionTypeUIBean.Type[] values()
for (ResourceGroupExecutionTypeUIBean.Type c : ResourceGroupExecutionTypeUIBean.Type.values()) System.out.println(c);
public static ResourceGroupExecutionTypeUIBean.Type 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 getName()
public String getDisplayName()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.