public enum ForwardingRulesProperty extends Enum<ForwardingRulesProperty>
| Enum Constant and Description |
|---|
BUNDLE_BASED_RECONCILIATION_ENABLED |
DISABLE_RECONCILIATION |
RECONCILIATION_RETRY_COUNT |
STALE_MARKING_ENABLED |
| Modifier and Type | Method and Description |
|---|---|
static ForwardingRulesProperty |
forValue(String key)
Get property type from property key.
|
String |
toString()
Converts enum name to property key.
|
static ForwardingRulesProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForwardingRulesProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForwardingRulesProperty DISABLE_RECONCILIATION
public static final ForwardingRulesProperty STALE_MARKING_ENABLED
public static final ForwardingRulesProperty RECONCILIATION_RETRY_COUNT
public static final ForwardingRulesProperty BUNDLE_BASED_RECONCILIATION_ENABLED
public static ForwardingRulesProperty[] values()
for (ForwardingRulesProperty c : ForwardingRulesProperty.values()) System.out.println(c);
public static ForwardingRulesProperty 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 ForwardingRulesProperty forValue(String key)
key - the property keypublic String toString()
toString in class Enum<ForwardingRulesProperty>Copyright © 2019 OpenDaylight. All rights reserved.