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 with type parameters of type XSDDiagnosticSeverity
static java.util.List<XSDDiagnosticSeverity> XSDDiagnosticSeverity.VALUES
          A public read-only list of all the 'Diagnostic Severity' enumerators
 

Methods in org.eclipse.xsd that return XSDDiagnosticSeverity
static XSDDiagnosticSeverity XSDDiagnosticSeverity.get(int value)
          Returns the 'Diagnostic Severity' literal with the specified integer value
static XSDDiagnosticSeverity XSDDiagnosticSeverity.get(java.lang.String literal)
          Returns the 'Diagnostic Severity' literal with the specified literal value
static XSDDiagnosticSeverity XSDDiagnosticSeverity.getByName(java.lang.String name)
          Returns the 'Diagnostic Severity' literal with the specified name
 XSDDiagnosticSeverity XSDDiagnostic.getSeverity()
          Returns the value of the 'Severity' attribute.
static XSDDiagnosticSeverity XSDDiagnosticSeverity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XSDDiagnosticSeverity[] XSDDiagnosticSeverity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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
 

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

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


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