public static enum CmsLocaleGroupService.Status extends java.lang.Enum<CmsLocaleGroupService.Status>
| Enum Constant and Description |
|---|
alreadyLinked
Resource already linked.
|
linkable
Resource linkable to locale group.
|
notranslation
Resource to link has a locale which is marked as 'do not translate' on the locale group.
|
other
Other reason that resource can't be linked to locale group.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsLocaleGroupService.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLocaleGroupService.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsLocaleGroupService.Status alreadyLinked
public static final CmsLocaleGroupService.Status linkable
public static final CmsLocaleGroupService.Status notranslation
public static final CmsLocaleGroupService.Status other
public static CmsLocaleGroupService.Status[] values()
for (CmsLocaleGroupService.Status c : CmsLocaleGroupService.Status.values()) System.out.println(c);
public static CmsLocaleGroupService.Status 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