|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.xsd.XSDDiagnosticSeverity
A representation of the literals of the enumeration 'Diagnostic Severity'.
XSDDiagnostic.getSeverity()
,
XSDPackage.getXSDDiagnosticSeverity()
Field Summary | |
static int |
ERROR
The 'Error' literal value |
static XSDDiagnosticSeverity |
ERROR_LITERAL
The 'Error' literal object |
static int |
FATAL
The 'Fatal' literal value |
static XSDDiagnosticSeverity |
FATAL_LITERAL
The 'Fatal' literal object |
static int |
INFORMATION
The 'Information' literal value |
static XSDDiagnosticSeverity |
INFORMATION_LITERAL
The 'Information' literal object |
static List |
VALUES
A public read-only list of all the 'Diagnostic Severity' enumerators |
static int |
WARNING
The 'Warning' literal value |
static XSDDiagnosticSeverity |
WARNING_LITERAL
The 'Warning' literal object |
Method Summary | |
static XSDDiagnosticSeverity |
get(int value)
Returns the 'Diagnostic Severity' literal with the specified integer value |
static XSDDiagnosticSeverity |
get(String literal)
Returns the 'Diagnostic Severity' literal with the specified literal value |
static XSDDiagnosticSeverity |
getByName(String name)
Returns the 'Diagnostic Severity' literal with the specified name |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int FATAL
This is used to indicate that the problem is really bad and that further processing is likely not possible.
FATAL_LITERAL
,
Constant Field Valuespublic static final int ERROR
This is used to indicate that the problem is bad and that the schema is likely not suitable for use.
ERROR_LITERAL
,
Constant Field Valuespublic static final int WARNING
This is used to indicate that the problem is not too bad and that the schema is likely suitable for use.
WARNING_LITERAL
,
Constant Field Valuespublic static final int INFORMATION
This is used to indicate that the problem is only potential and that the schema is very likely suitable for use.
INFORMATION_LITERAL
,
Constant Field Valuespublic static final XSDDiagnosticSeverity FATAL_LITERAL
FATAL
public static final XSDDiagnosticSeverity ERROR_LITERAL
ERROR
public static final XSDDiagnosticSeverity WARNING_LITERAL
WARNING
public static final XSDDiagnosticSeverity INFORMATION_LITERAL
INFORMATION
public static final List VALUES
Method Detail |
public static XSDDiagnosticSeverity get(String literal)
public static XSDDiagnosticSeverity getByName(String name)
public static XSDDiagnosticSeverity get(int value)
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |