Class DefaultFunctionFactory.ForceQualityFunction

  • All Implemented Interfaces:
    Function
    Enclosing class:
    DefaultFunctionFactory

    public static class DefaultFunctionFactory.ForceQualityFunction
    extends AbstractFunction
    This is the legacy 'forceQuality' expression, which took the old pre Ignition 8 data quality codes. This method is left intact for backwards compatibility purposes, but has been replaced in Ignition 8 with the new qualify() expression.
    • Constructor Detail

      • ForceQualityFunction

        public ForceQualityFunction()
    • Method Detail

      • copy

        public Function copy()
        Description copied from class: BaseFunction
        Returns this. Override to create a clone if you need a unique function object per Expression.
        Specified by:
        copy in interface Function
        Overrides:
        copy in class BaseFunction
      • getArgDocString

        public java.lang.String getArgDocString()
        Description copied from interface: Function
        Returns a string to be used in the auto-generated function documentation. The string should represent the arguments for the function, such as "string, count" for the "repeat" function.
      • getType

        public java.lang.Class<?> getType()
        Description copied from interface: Function
        Returns the type that this function will return upon execution
      • setType

        public void setType​(java.lang.Class<?> class1)