public enum UserDevicePolicyLineMode extends Enum<UserDevicePolicyLineMode>
| Enum Constant and Description |
|---|
MULTIPLEUSERSHARED |
SINGLEUSERPRIVATEANDSHARED |
| Modifier and Type | Method and Description |
|---|---|
static UserDevicePolicyLineMode |
get(String value) |
static UserDevicePolicyLineMode[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static UserDevicePolicyLineMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDevicePolicyLineMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserDevicePolicyLineMode SINGLEUSERPRIVATEANDSHARED
public static final UserDevicePolicyLineMode MULTIPLEUSERSHARED
public static UserDevicePolicyLineMode[] values()
for (UserDevicePolicyLineMode c : UserDevicePolicyLineMode.values()) System.out.println(c);
public static UserDevicePolicyLineMode 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 String value()
public String toString()
toString in class Enum<UserDevicePolicyLineMode>public static UserDevicePolicyLineMode get(String value)
public static UserDevicePolicyLineMode[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.