Class MetaValidator

    • Constructor Detail

      • MetaValidator

        public MetaValidator()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setClassName

        public void setClassName​(java.lang.String newClass)
      • setName

        public void setName​(java.lang.String newName)
      • createValidator

        public IValidator createValidator()
                                   throws XavaException
        Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.
        Throws:
        XavaException
      • createPropertyValidator

        public IPropertyValidator createPropertyValidator()
                                                   throws XavaException
        Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.
        Throws:
        XavaException
      • createRemoveValidator

        public IRemoveValidator createRemoveValidator()
                                               throws XavaException
        Creates a validator each time that this method is called; this validator is configured with the values assigned in XML.
        Throws:
        XavaException
      • isOnlyOnCreate

        public boolean isOnlyOnCreate()
      • setOnlyOnCreate

        public void setOnlyOnCreate​(boolean onlyOnCreate)
      • getMessage

        public java.lang.String getMessage()
      • setMessage

        public void setMessage​(java.lang.String message)