Class PluginMatchEntry


  • public class PluginMatchEntry
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean isRegExpComplete
      Is the returned Regular Expression a complete representation of the Logical Type.
      String regExpReturned
      RegExp plugins: the RegExp to be returned for this Logical Type.
      String[] regExpsToMatch
      RegExp plugins: the RegExps to be matched to qualify as this Logical Type.
    • Field Detail

      • regExpsToMatch

        public String[] regExpsToMatch
        RegExp plugins: the RegExps to be matched to qualify as this Logical Type.
      • regExpReturned

        public String regExpReturned
        RegExp plugins: the RegExp to be returned for this Logical Type.
      • isRegExpComplete

        public boolean isRegExpComplete
        Is the returned Regular Expression a complete representation of the Logical Type.
    • Method Detail

      • getRegExpsToMatch

        public String[] getRegExpsToMatch()
      • isRegExpComplete

        public boolean isRegExpComplete()
      • getRegExpReturned

        public String getRegExpReturned()