@Generated public enum DefaultDataSecurityModeMessageStatus extends Enum<DefaultDataSecurityModeMessageStatus>
| Enum Constant and Description |
|---|
NOT_SET |
SINGLE_USER |
USER_ISOLATION |
| Modifier and Type | Method and Description |
|---|---|
static DefaultDataSecurityModeMessageStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultDataSecurityModeMessageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultDataSecurityModeMessageStatus NOT_SET
public static final DefaultDataSecurityModeMessageStatus SINGLE_USER
public static final DefaultDataSecurityModeMessageStatus USER_ISOLATION
public static DefaultDataSecurityModeMessageStatus[] values()
for (DefaultDataSecurityModeMessageStatus c : DefaultDataSecurityModeMessageStatus.values()) System.out.println(c);
public static DefaultDataSecurityModeMessageStatus 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 © 2025. All rights reserved.