Package 

Enum ConditionMatch

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer type
      private final String name
      private final Integer ordinal
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MATCH_TYPE_AND

      满足所有条件执行场景

      MATCH_TYPE_OR

      满足任意条件执行场景

    • Method Summary

      Modifier and Type Method Description
      final Integer getType()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait