Package system.web.ui

Class VerificationAttribute

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Web
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Web.UI.VerificationAttribute
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • VerificationAttribute

        public VerificationAttribute​(java.lang.Object instance)
                              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • VerificationAttribute

        public VerificationAttribute()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • VerificationAttribute

        public VerificationAttribute​(java.lang.String guideline,
                                     java.lang.String checkpoint,
                                     VerificationReportLevel reportLevel,
                                     int priority,
                                     java.lang.String message)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • VerificationAttribute

        public VerificationAttribute​(java.lang.String guideline,
                                     java.lang.String checkpoint,
                                     VerificationReportLevel reportLevel,
                                     int priority,
                                     java.lang.String message,
                                     VerificationRule rule,
                                     java.lang.String conditionalProperty)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • VerificationAttribute

        public VerificationAttribute​(java.lang.String guideline,
                                     java.lang.String checkpoint,
                                     VerificationReportLevel reportLevel,
                                     int priority,
                                     java.lang.String message,
                                     VerificationRule rule,
                                     java.lang.String conditionalProperty,
                                     VerificationConditionalOperator conditionalOperator,
                                     java.lang.String conditionalValue,
                                     java.lang.String guidelineUrl)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getPriority

        public int getPriority()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCheckpoint

        public java.lang.String getCheckpoint()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getConditionalProperty

        public java.lang.String getConditionalProperty()
                                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getConditionalValue

        public java.lang.String getConditionalValue()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGuideline

        public java.lang.String getGuideline()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGuidelineUrl

        public java.lang.String getGuidelineUrl()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMessage

        public java.lang.String getMessage()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVerificationConditionalOperator

        public VerificationConditionalOperator getVerificationConditionalOperator()
                                                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVerificationReportLevel

        public VerificationReportLevel getVerificationReportLevel()
                                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getVerificationRule

        public VerificationRule getVerificationRule()
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable