Interface ExtensionSelector
-
- All Superinterfaces:
Extension
- All Known Implementing Classes:
UnresolvedExtensionSelector
public interface ExtensionSelector extends Extension
An extension for the selector API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensionSelectorType
type()
Gets the type of the extension selector.-
Methods inherited from interface org.onosproject.net.flow.Extension
deserialize, getProperties, getPropertyValue, serialize, setPropertyValue
-
-
-
-
Method Detail
-
type
ExtensionSelectorType type()
Gets the type of the extension selector.- Returns:
- type
-
-