public enum CmsResourceStatusTabId extends java.lang.Enum<CmsResourceStatusTabId>
Enum Constant and Description |
---|
tabRelationsFrom
Tab for relations from a resource.
|
tabRelationsTo
Tab for relations to a resource.
|
tabSiblings
Tab for resource sibling information.
|
tabStatus
Tab for resource status information.
|
Modifier and Type | Method and Description |
---|---|
static CmsResourceStatusTabId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceStatusTabId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsResourceStatusTabId tabRelationsFrom
public static final CmsResourceStatusTabId tabRelationsTo
public static final CmsResourceStatusTabId tabSiblings
public static final CmsResourceStatusTabId tabStatus
public static CmsResourceStatusTabId[] values()
for (CmsResourceStatusTabId c : CmsResourceStatusTabId.values()) System.out.println(c);
public static CmsResourceStatusTabId 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