public static enum DesktopDevicePolicy.CdmMode extends Enum<DesktopDevicePolicy.CdmMode> implements BmcEnum
The client local drive access mode. NONE: No access to local drives permitted. READONLY: The user may read from local drives on their desktop. FULL: The user may read from and write to their local drives on their desktop.
Enum Constant and Description |
---|
Full |
None |
Readonly |
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.CdmMode |
create(String key) |
String |
getValue() |
static DesktopDevicePolicy.CdmMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopDevicePolicy.CdmMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesktopDevicePolicy.CdmMode None
public static final DesktopDevicePolicy.CdmMode Readonly
public static final DesktopDevicePolicy.CdmMode Full
public static final DesktopDevicePolicy.CdmMode UnknownEnumValue
public static DesktopDevicePolicy.CdmMode[] values()
for (DesktopDevicePolicy.CdmMode c : DesktopDevicePolicy.CdmMode.values()) System.out.println(c);
public static DesktopDevicePolicy.CdmMode 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.CdmMode create(String key)
Copyright © 2016–2024. All rights reserved.