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