public enum ApplicationGuardBlockClipboardSharingType extends java.lang.Enum<ApplicationGuardBlockClipboardSharingType>
| Enum Constant and Description |
|---|
BLOCK_BOTH
block Both
|
BLOCK_CONTAINER_TO_HOST
block Container To Host
|
BLOCK_HOST_TO_CONTAINER
block Host To Container
|
BLOCK_NONE
block None
|
NOT_CONFIGURED
not Configured
|
UNEXPECTED_VALUE
For ApplicationGuardBlockClipboardSharingType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationGuardBlockClipboardSharingType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationGuardBlockClipboardSharingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationGuardBlockClipboardSharingType NOT_CONFIGURED
public static final ApplicationGuardBlockClipboardSharingType BLOCK_BOTH
public static final ApplicationGuardBlockClipboardSharingType BLOCK_HOST_TO_CONTAINER
public static final ApplicationGuardBlockClipboardSharingType BLOCK_CONTAINER_TO_HOST
public static final ApplicationGuardBlockClipboardSharingType BLOCK_NONE
public static final ApplicationGuardBlockClipboardSharingType UNEXPECTED_VALUE
public static ApplicationGuardBlockClipboardSharingType[] values()
for (ApplicationGuardBlockClipboardSharingType c : ApplicationGuardBlockClipboardSharingType.values()) System.out.println(c);
public static ApplicationGuardBlockClipboardSharingType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null