Package org.onosproject.net.pi.model
Class PiMatchFieldId
- java.lang.Object
-
- org.onlab.util.Identifier<String>
-
- org.onosproject.net.pi.model.PiMatchFieldId
-
@Beta public final class PiMatchFieldId extends org.onlab.util.Identifier<String>
Identifier of a match field in a protocol-independent pipeline, unique within the scope of a table model.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PiMatchFieldId
of(String name)
Returns an identifier for the given match field name.
-
-
-
Method Detail
-
of
public static PiMatchFieldId of(String name)
Returns an identifier for the given match field name.- Parameters:
name
- match field name- Returns:
- match field ID
-
-