| 
 | ||||||||||
| 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.datatools.modelbase.sql.xml.query.XMLContentType2
public final class XMLContentType2
A representation of the literals of the enumeration 'XML Content Type2', and utility methods for working with them.
SQLXMLQueryModelPackage.getXMLContentType2(), 
Serialized Form| Field Summary | |
|---|---|
| static int | CONTENTThe 'CONTENT' literal value. | 
| static XMLContentType2 | CONTENT_LITERALThe 'CONTENT' literal object. | 
| static int | DOCUMENTThe 'DOCUMENT' literal value. | 
| static XMLContentType2 | DOCUMENT_LITERALThe 'DOCUMENT' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static XMLContentType2 | NONE_LITERALThe 'NONE' literal object. | 
| static int | SEQUENCEThe 'SEQUENCE' literal value. | 
| static XMLContentType2 | SEQUENCE_LITERALThe 'SEQUENCE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'XML Content Type2' enumerators. | 
| Method Summary | |
|---|---|
| static XMLContentType2 | get(int value)Returns the 'XML Content Type2' literal with the specified integer value. | 
| static XMLContentType2 | get(java.lang.String literal)Returns the 'XML Content Type2' literal with the specified literal value. | 
| static XMLContentType2 | getByName(java.lang.String name)Returns the 'XML Content Type2' 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 | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int CONTENT
CONTENT_LITERAL, 
Constant Field Valuespublic static final int DOCUMENT
DOCUMENT_LITERAL, 
Constant Field Valuespublic static final int SEQUENCE
SEQUENCE_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final XMLContentType2 CONTENT_LITERAL
If the meaning of 'CONTENT' literal object isn't clear, there really should be more of a description here...
CONTENTpublic static final XMLContentType2 DOCUMENT_LITERAL
If the meaning of 'DOCUMENT' literal object isn't clear, there really should be more of a description here...
DOCUMENTpublic static final XMLContentType2 SEQUENCE_LITERAL
If the meaning of 'SEQUENCE' literal object isn't clear, there really should be more of a description here...
SEQUENCEpublic static final XMLContentType2 NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONEpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static XMLContentType2 get(java.lang.String literal)
public static XMLContentType2 getByName(java.lang.String name)
public static XMLContentType2 get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||