public static enum DesktopDevicePolicy.ClipboardMode extends Enum<DesktopDevicePolicy.ClipboardMode> implements BmcEnum
The clipboard mode. NONE: No access to the local clipboard is permitted. TODESKTOP: The clipboard can be used to transfer data to the desktop only. FROMDESKTOP: The clipboard can be used to transfer data from the desktop only. FULL: The clipboard can be used to transfer data to and from the desktop.
Enum Constant and Description |
---|
Fromdesktop |
Full |
None |
Todesktop |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static DesktopDevicePolicy.ClipboardMode |
create(String key) |
String |
getValue() |
static DesktopDevicePolicy.ClipboardMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopDevicePolicy.ClipboardMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesktopDevicePolicy.ClipboardMode None
public static final DesktopDevicePolicy.ClipboardMode Todesktop
public static final DesktopDevicePolicy.ClipboardMode Fromdesktop
public static final DesktopDevicePolicy.ClipboardMode Full
public static final DesktopDevicePolicy.ClipboardMode UnknownEnumValue
public static DesktopDevicePolicy.ClipboardMode[] values()
for (DesktopDevicePolicy.ClipboardMode c : DesktopDevicePolicy.ClipboardMode.values()) System.out.println(c);
public static DesktopDevicePolicy.ClipboardMode 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 nullpublic static DesktopDevicePolicy.ClipboardMode create(String key)
Copyright © 2016–2024. All rights reserved.