public static enum A_CmsPublishGroupHelper.GroupAge extends java.lang.Enum<A_CmsPublishGroupHelper.GroupAge>
| Enum Constant and Description |
|---|
medium
group age constant.
|
old
group age constant.
|
young
group age constant.
|
| Modifier and Type | Method and Description |
|---|---|
static A_CmsPublishGroupHelper.GroupAge |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static A_CmsPublishGroupHelper.GroupAge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final A_CmsPublishGroupHelper.GroupAge medium
public static final A_CmsPublishGroupHelper.GroupAge old
public static final A_CmsPublishGroupHelper.GroupAge young
public static A_CmsPublishGroupHelper.GroupAge[] values()
for (A_CmsPublishGroupHelper.GroupAge c : A_CmsPublishGroupHelper.GroupAge.values()) System.out.println(c);
public static A_CmsPublishGroupHelper.GroupAge valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null