Uses of Class
org.eclipse.wst.wsdl.util.WSDLDiagnosticSeverity

Packages that use WSDLDiagnosticSeverity
org.eclipse.wst.wsdl.util The WSDL model API allows clients to work with the WSDL 1.1 documents. 
 

Uses of WSDLDiagnosticSeverity in org.eclipse.wst.wsdl.util
 

Fields in org.eclipse.wst.wsdl.util declared as WSDLDiagnosticSeverity
static WSDLDiagnosticSeverity WSDLDiagnosticSeverity.ERROR_LITERAL
          The 'Error' literal object.
static WSDLDiagnosticSeverity WSDLDiagnosticSeverity.FATAL_LITERAL
          The 'Fatal' literal object.
static WSDLDiagnosticSeverity WSDLDiagnosticSeverity.INFORMATION_LITERAL
          The 'Information' literal object.
static WSDLDiagnosticSeverity WSDLDiagnosticSeverity.WARNING_LITERAL
          The 'Warning' literal object.
 

Methods in org.eclipse.wst.wsdl.util that return WSDLDiagnosticSeverity
static WSDLDiagnosticSeverity WSDLDiagnosticSeverity.get(int value)
          Returns the 'Diagnostic Severity' literal with the specified integer value.
static WSDLDiagnosticSeverity WSDLDiagnosticSeverity.get(java.lang.String literal)
          Returns the 'Diagnostic Severity' literal with the specified literal value.
static WSDLDiagnosticSeverity WSDLDiagnosticSeverity.getByName(java.lang.String name)
          Returns the 'Diagnostic Severity' literal with the specified name.
 WSDLDiagnosticSeverity WSDLDiagnosticImpl.getSeverity()
           
 WSDLDiagnosticSeverity WSDLDiagnostic.getSeverity()
          Provides this diagnostic's severity.
 

Methods in org.eclipse.wst.wsdl.util with parameters of type WSDLDiagnosticSeverity
 void WSDLDiagnosticImpl.setSeverity(WSDLDiagnosticSeverity newSeverity)
           
 void WSDLDiagnostic.setSeverity(WSDLDiagnosticSeverity severity)
          Sets this diagnostic's severity.