JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.net.pi.model
Interface PiActionParamModel
@Beta public interface
PiActionParamModel
Model of an action parameter in a protocol-independent pipeline.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
bitWidth
()
Return the bit width of this action parameter.
String
name
()
Returns the name of this action parameter.
Method Detail
name
String
name()
Returns the name of this action parameter.
Returns:
a string value
bitWidth
int bitWidth()
Return the bit width of this action parameter.
Returns:
an integer value
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method