Uses of Class
org.eclipse.xsd.XSDDiagnosticSeverity

Packages that use XSDDiagnosticSeverity
org.eclipse.xsd This provides an API for the XML Schema Standard Part 1 and Part 2; for differences between the current version of the API and the previous version of the API, please see the Appendix.  
org.eclipse.xsd.impl This provides an implementation of the API for XML Schema; it is considered internal and the Javadoc is incomplete. 
 

Uses of XSDDiagnosticSeverity in org.eclipse.xsd
 

Fields in org.eclipse.xsd declared as XSDDiagnosticSeverity
static XSDDiagnosticSeverity XSDDiagnosticSeverity.FATAL_LITERAL
          The 'Fatal' literal object
static XSDDiagnosticSeverity XSDDiagnosticSeverity.ERROR_LITERAL
          The 'Error' literal object
static XSDDiagnosticSeverity XSDDiagnosticSeverity.WARNING_LITERAL
          The 'Warning' literal object
static XSDDiagnosticSeverity XSDDiagnosticSeverity.INFORMATION_LITERAL
          The 'Information' literal object
 

Methods in org.eclipse.xsd that return XSDDiagnosticSeverity
 XSDDiagnosticSeverity XSDDiagnostic.getSeverity()
          Returns the value of the 'Severity' attribute.
static XSDDiagnosticSeverity XSDDiagnosticSeverity.get(String literal)
          Returns the 'Diagnostic Severity' literal with the specified literal value
static XSDDiagnosticSeverity XSDDiagnosticSeverity.getByName(String name)
          Returns the 'Diagnostic Severity' literal with the specified name
static XSDDiagnosticSeverity XSDDiagnosticSeverity.get(int value)
          Returns the 'Diagnostic Severity' literal with the specified integer value
 

Methods in org.eclipse.xsd with parameters of type XSDDiagnosticSeverity
 void XSDDiagnostic.setSeverity(XSDDiagnosticSeverity value)
          Sets the value of the 'Severity' attribute
 

Uses of XSDDiagnosticSeverity in org.eclipse.xsd.impl
 

Fields in org.eclipse.xsd.impl declared as XSDDiagnosticSeverity
protected static XSDDiagnosticSeverity XSDDiagnosticImpl.SEVERITY_EDEFAULT
          The default value of the 'Severity' attribute
protected  XSDDiagnosticSeverity XSDDiagnosticImpl.severity
          The cached value of the 'Severity' attribute
 

Methods in org.eclipse.xsd.impl that return XSDDiagnosticSeverity
 XSDDiagnosticSeverity XSDDiagnosticImpl.getSeverity()
           
 XSDDiagnosticSeverity XSDFactoryImpl.createXSDDiagnosticSeverityFromString(EDataType eDataType, String initialValue)
           
 

Methods in org.eclipse.xsd.impl with parameters of type XSDDiagnosticSeverity
 void XSDDiagnosticImpl.setSeverity(XSDDiagnosticSeverity newSeverity)
           
protected  XSDDiagnostic XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity, String key)
           
protected  XSDDiagnostic XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity, String key, Object s1)
           
protected  XSDDiagnostic XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity, String key, Object s1, Object s2)
           
protected  XSDDiagnostic XSDConcreteComponentImpl.createDiagnostic(XSDDiagnosticSeverity severity, String key, Object s1, Object s2, Object s3)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.