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