| Package | Description |
|---|---|
| org.opencms.relations |
Classes to represent and validate the internal and external links/relations of resources in the OpenCms VFS.
|
| Modifier and Type | Method and Description |
|---|---|
CmsRelationType.CopyBehavior |
CmsRelationType.getCopyBehavior()
Gets the 'copy behavior' of the relation type, which is how relations of a resource should be handled when copying that resource.
|
static CmsRelationType.CopyBehavior |
CmsRelationType.CopyBehavior.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsRelationType.CopyBehavior[] |
CmsRelationType.CopyBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|