public static enum CmsResourceTypeBean.Origin extends java.lang.Enum<CmsResourceTypeBean.Origin>
| Enum Constant and Description |
|---|
config
from sitemap config.
|
other
from other source.
|
unknown
unknown.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResourceTypeBean.Origin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceTypeBean.Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsResourceTypeBean.Origin config
public static final CmsResourceTypeBean.Origin other
public static final CmsResourceTypeBean.Origin unknown
public static CmsResourceTypeBean.Origin[] values()
for (CmsResourceTypeBean.Origin c : CmsResourceTypeBean.Origin.values()) System.out.println(c);
public static CmsResourceTypeBean.Origin 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