Class ExpressionTagNames


  • public final class ExpressionTagNames
    extends Object
    Class defining the tag names of the XML elements of the common expression language.
    Since:
    3.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ADAPT
      The tag name of the adapt expression (value: adapt)
      static String AND
      The tag name of the and expression (value: and)
      static String COUNT
      The tag name of the count expression (value: count)
      static String ENABLEMENT
      The tag name of the enablement expression (value: enablement)
      static String EQUALS
      The tag name of the equals expression (value: equals)
      static String INSTANCEOF
      The tag name of the instanceof expression (value: instanceof)
      static String ITERATE
      The tag name of the adapt expression (value: iterate)
      static String NOT
      The tag name of the not expression (value: not)
      static String OR
      The tag name of the or expression (value: or)
      static String REFERENCE
      The tag name of the reference expression (value: reference)
      static String RESOLVE
      The tag name of the resolve expression (value: resolve)
      static String SYSTEM_TEST
      The tag name of the systemTest expression (value: systemTest)
      static String TEST
      The tag name of the test expression (value: test)
      static String WITH
      The tag name of the with expression (value: with)