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 Identifier<String> Identifier of a match field in a protocol-independent pipeline, unique within the scope of a table model.
- 
- 
Field Summary- 
Fields inherited from class org.onlab.util.Identifieridentifier
 
- 
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static PiMatchFieldIdof(String name)Returns an identifier for the given match field name.- 
Methods inherited from class org.onlab.util.Identifierequals, hashCode, id, toString
 
- 
 
- 
- 
- 
Method Detail- 
ofpublic static PiMatchFieldId of(String name) Returns an identifier for the given match field name.- Parameters:
- name- match field name
- Returns:
- match field ID
 
 
- 
 
-