| Package | Description |
|---|---|
| org.opencms.db |
Low-level database connection and access functionality.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUserSettings.UploadVariant |
CmsUserSettings.getUploadVariant()
Returns the uploadVariant.
|
static CmsUserSettings.UploadVariant |
CmsUserSettings.UploadVariant.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsUserSettings.UploadVariant[] |
CmsUserSettings.UploadVariant.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsUserSettings.setUploadVariant(CmsUserSettings.UploadVariant uploadVariant)
Sets the upload variant.
|