Uses of Class
org.java.plugin.registry.IntegrityCheckReport.Severity

Packages that use IntegrityCheckReport.Severity
org.java.plugin.registry This package contains framework registry API. 
org.java.plugin.registry.xml This package contains XML syntax manifest files based framework registry API implementation. 
 

Uses of IntegrityCheckReport.Severity in org.java.plugin.registry
 

Methods in org.java.plugin.registry that return IntegrityCheckReport.Severity
 IntegrityCheckReport.Severity IntegrityCheckReport.ReportItem.getSeverity()
           
static IntegrityCheckReport.Severity IntegrityCheckReport.Severity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IntegrityCheckReport.Severity[] IntegrityCheckReport.Severity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of IntegrityCheckReport.Severity in org.java.plugin.registry.xml
 

Methods in org.java.plugin.registry.xml that return IntegrityCheckReport.Severity
 IntegrityCheckReport.Severity IntegrityChecker.ReportItemImpl.getSeverity()
           
 

Constructors in org.java.plugin.registry.xml with parameters of type IntegrityCheckReport.Severity
IntegrityChecker.ReportItemImpl(IntegrityCheckReport.Severity aSeverity, Identity aSource, IntegrityCheckReport.Error aCode, java.lang.String aMsg, java.lang.Object aData)
           
 



Copyright © 2010. All Rights Reserved.