Class PiMatchFieldId


  • @Beta
    public final class PiMatchFieldId
    extends org.onlab.util.Identifier<java.lang.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.Identifier

        identifier
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PiMatchFieldId of​(java.lang.String name)
      Returns an identifier for the given match field name.
      • Methods inherited from class org.onlab.util.Identifier

        equals, hashCode, id, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • of

        public static PiMatchFieldId of​(java.lang.String name)
        Returns an identifier for the given match field name.
        Parameters:
        name - match field name
        Returns:
        match field ID