public static enum SfcOvsDataStoreAPI.Method extends Enum<SfcOvsDataStoreAPI.Method>
Enum Constant and Description |
---|
DELETE_OVSDB_NODE |
DELETE_OVSDB_TERMINATION_POINT |
PUT_OVSDB_BRIDGE |
PUT_OVSDB_TERMINATION_POINT |
READ_OVSDB_BRIDGE |
READ_OVSDB_NODE_BY_IP |
READ_OVSDB_NODE_BY_REF |
Modifier and Type | Method and Description |
---|---|
static SfcOvsDataStoreAPI.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SfcOvsDataStoreAPI.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SfcOvsDataStoreAPI.Method READ_OVSDB_BRIDGE
public static final SfcOvsDataStoreAPI.Method PUT_OVSDB_BRIDGE
public static final SfcOvsDataStoreAPI.Method PUT_OVSDB_TERMINATION_POINT
public static final SfcOvsDataStoreAPI.Method DELETE_OVSDB_TERMINATION_POINT
public static final SfcOvsDataStoreAPI.Method DELETE_OVSDB_NODE
public static final SfcOvsDataStoreAPI.Method READ_OVSDB_NODE_BY_IP
public static final SfcOvsDataStoreAPI.Method READ_OVSDB_NODE_BY_REF
public static SfcOvsDataStoreAPI.Method[] values()
for (SfcOvsDataStoreAPI.Method c : SfcOvsDataStoreAPI.Method.values()) System.out.println(c);
public static SfcOvsDataStoreAPI.Method 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.