Class StringPair

java.lang.Object
com.inductiveautomation.ignition.common.StringPair
All Implemented Interfaces:
Serializable

public class StringPair extends Object implements Serializable
A pair of strings. No frills. The two strings are called "Name" and "Value".
See Also:
  • Field Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • StringPair

      public StringPair(String name, String value)
  • Method Details