public static enum BatchWrite.OpType extends Enum<BatchWrite.OpType>
| Enum Constant and Description |
|---|
CREATE_INTENT |
REMOVE_INSTALLED |
REMOVE_INTENT |
SET_INSTALLABLE |
SET_STATE |
| Modifier and Type | Method and Description |
|---|---|
static BatchWrite.OpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchWrite.OpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchWrite.OpType CREATE_INTENT
public static final BatchWrite.OpType REMOVE_INTENT
public static final BatchWrite.OpType SET_STATE
public static final BatchWrite.OpType SET_INSTALLABLE
public static final BatchWrite.OpType REMOVE_INSTALLED
public static BatchWrite.OpType[] values()
for (BatchWrite.OpType c : BatchWrite.OpType.values()) System.out.println(c);
public static BatchWrite.OpType 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 © 2015. All rights reserved.