Class IsAnyStringValue

    • Field Detail

      • m_Values

        protected BaseString[] m_Values
        the string values to check against.
      • m_ValuesSet

        protected Set<String> m_ValuesSet
        the set of values.
    • Constructor Detail

      • IsAnyStringValue

        public IsAnyStringValue()
        Default constructor.
      • IsAnyStringValue

        public IsAnyStringValue​(String[] values)
        Initializes the condition with the specified values.
        Parameters:
        values - the values to use
      • IsAnyStringValue

        public IsAnyStringValue​(BaseString[] values)
        Initializes the condition with the specified values.
        Parameters:
        values - the values to use