| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsResourceTypeBean.Origin |
CmsResourceTypeBean.getOrigin()
Returns the origin.
|
static CmsResourceTypeBean.Origin |
CmsResourceTypeBean.Origin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceTypeBean.Origin[] |
CmsResourceTypeBean.Origin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsResourceTypeBean.setOrigin(CmsResourceTypeBean.Origin origin)
Sets the origin.
|