Uses of Class
org.opendaylight.openflowplugin.applications.frm.ForwardingRulesProperty
-
Packages that use ForwardingRulesProperty Package Description org.opendaylight.openflowplugin.applications.frm -
-
Uses of ForwardingRulesProperty in org.opendaylight.openflowplugin.applications.frm
Methods in org.opendaylight.openflowplugin.applications.frm that return ForwardingRulesProperty Modifier and Type Method Description static ForwardingRulesProperty
ForwardingRulesProperty. forValue(String key)
Get property type from property key.static ForwardingRulesProperty
ForwardingRulesProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static ForwardingRulesProperty[]
ForwardingRulesProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-