|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
WSDLDiagnostic.getSeverity()
Provides this diagnostic's severity. |
WSDLDiagnosticSeverity |
WSDLDiagnosticImpl.getSeverity()
|
Methods in org.eclipse.wst.wsdl.util with parameters of type WSDLDiagnosticSeverity | |
---|---|
void |
WSDLDiagnostic.setSeverity(WSDLDiagnosticSeverity severity)
Sets this diagnostic's severity. |
void |
WSDLDiagnosticImpl.setSeverity(WSDLDiagnosticSeverity newSeverity)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |