Class XFormPluginDatatypeRule

  • All Implemented Interfaces:
    com.alibaba.fastjson.JSONAware, IXFormDatatypeRule

    public class XFormPluginDatatypeRule
    extends Object
    implements IXFormDatatypeRule, com.alibaba.fastjson.JSONAware
    Model wird für Validierungsregelsn, welche aus Plugin-Implementierungen gewonnen werden, verwendet.
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • XFormPluginDatatypeRule

        public XFormPluginDatatypeRule​(String key,
                                       String keyDisplayName,
                                       String jsRegex,
                                       String errorMsg)
    • Method Detail

      • getKey

        public String getKey()
      • getKeyDisplayName

        public String getKeyDisplayName()
      • getErrorMsg

        public String getErrorMsg()
      • getRegex

        public String getRegex()
      • toJSONString

        public String toJSONString()
        Gibt den RegEx eines Eintrags im JavaScript-Format zurück /<RegEx>/<
        Specified by:
        toJSONString in interface IXFormDatatypeRule
        Specified by:
        toJSONString in interface com.alibaba.fastjson.JSONAware