public static enum ReadOnlyModeController.ReadOnlyModeStatus extends Enum<ReadOnlyModeController.ReadOnlyModeStatus>
| Enum Constant and Description |
|---|
OFF
Read only mode is switched off
|
ON
Read only mode is switched on
|
PARTIAL_OFF
The application is partially in read only mode off but an exception happened
|
PARTIAL_ON
The application is partially in read only mode on but an exception happened
|
PENDING_OFF
The application is in progress switching read only mode off
|
PENDING_ON
The application is in progress switching read only mode on
|
| Modifier and Type | Method and Description |
|---|---|
static ReadOnlyModeController.ReadOnlyModeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadOnlyModeController.ReadOnlyModeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadOnlyModeController.ReadOnlyModeStatus OFF
public static final ReadOnlyModeController.ReadOnlyModeStatus ON
public static final ReadOnlyModeController.ReadOnlyModeStatus PENDING_ON
public static final ReadOnlyModeController.ReadOnlyModeStatus PENDING_OFF
public static final ReadOnlyModeController.ReadOnlyModeStatus PARTIAL_ON
public static final ReadOnlyModeController.ReadOnlyModeStatus PARTIAL_OFF
public static ReadOnlyModeController.ReadOnlyModeStatus[] values()
for (ReadOnlyModeController.ReadOnlyModeStatus c : ReadOnlyModeController.ReadOnlyModeStatus.values()) System.out.println(c);
public static ReadOnlyModeController.ReadOnlyModeStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.