Class LicenseRestriction

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

public class LicenseRestriction extends Object implements Serializable
Represents some license parameter. These are typically some sort of restriction. Modeled as a pair of strings (name, value)
See Also:
  • Constructor Details

    • LicenseRestriction

      public LicenseRestriction(String restrictionName, String restrictionValue)
  • Method Details

    • getRestrictionName

      public String getRestrictionName()
    • getRestrictionValue

      public String getRestrictionValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object