public static enum IosXeDataStoreAPI.Transaction extends Enum<IosXeDataStoreAPI.Transaction>
Enum Constant and Description |
---|
DELETE_FUNCTION |
DELETE_LOCAL |
DELETE_PATH |
DELETE_REMOTE |
READ_FUNCTION |
READ_LOCAL |
READ_PATH |
READ_REMOTE |
WRITE_FUNCTION |
WRITE_LOCAL |
WRITE_PATH |
WRITE_REMOTE |
Modifier and Type | Method and Description |
---|---|
static IosXeDataStoreAPI.Transaction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IosXeDataStoreAPI.Transaction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IosXeDataStoreAPI.Transaction WRITE_FUNCTION
public static final IosXeDataStoreAPI.Transaction READ_FUNCTION
public static final IosXeDataStoreAPI.Transaction DELETE_FUNCTION
public static final IosXeDataStoreAPI.Transaction WRITE_LOCAL
public static final IosXeDataStoreAPI.Transaction READ_LOCAL
public static final IosXeDataStoreAPI.Transaction DELETE_LOCAL
public static final IosXeDataStoreAPI.Transaction WRITE_REMOTE
public static final IosXeDataStoreAPI.Transaction READ_REMOTE
public static final IosXeDataStoreAPI.Transaction DELETE_REMOTE
public static final IosXeDataStoreAPI.Transaction WRITE_PATH
public static final IosXeDataStoreAPI.Transaction READ_PATH
public static final IosXeDataStoreAPI.Transaction DELETE_PATH
public static IosXeDataStoreAPI.Transaction[] values()
for (IosXeDataStoreAPI.Transaction c : IosXeDataStoreAPI.Transaction.values()) System.out.println(c);
public static IosXeDataStoreAPI.Transaction 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 © 2017 OpenDaylight. All rights reserved.