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