| 
 | ||||||||||
| 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.XMLReturningType
public final class XMLReturningType
A representation of the literals of the enumeration 'XML Returning Type', and utility methods for working with them.
SQLXMLQueryModelPackage.getXMLReturningType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | NONEThe 'NONE' literal value. | 
| static XMLReturningType | NONE_LITERALThe 'NONE' literal object. | 
| static int | RETURNING_CONTENTThe 'RETURNING CONTENT' literal value. | 
| static XMLReturningType | RETURNING_CONTENT_LITERALThe 'RETURNING CONTENT' literal object. | 
| static int | RETURNING_SEQUENCEThe 'RETURNING SEQUENCE' literal value. | 
| static XMLReturningType | RETURNING_SEQUENCE_LITERALThe 'RETURNING SEQUENCE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'XML Returning Type' enumerators. | 
| Method Summary | |
|---|---|
| static XMLReturningType | get(int value)Returns the 'XML Returning Type' literal with the specified integer value. | 
| static XMLReturningType | get(java.lang.String literal)Returns the 'XML Returning Type' literal with the specified literal value. | 
| static XMLReturningType | getByName(java.lang.String name)Returns the 'XML Returning 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 RETURNING_CONTENT
RETURNING_CONTENT_LITERAL, 
Constant Field Valuespublic static final int RETURNING_SEQUENCE
RETURNING_SEQUENCE_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final XMLReturningType RETURNING_CONTENT_LITERAL
If the meaning of 'RETURNING CONTENT' literal object isn't clear, there really should be more of a description here...
RETURNING_CONTENTpublic static final XMLReturningType RETURNING_SEQUENCE_LITERAL
If the meaning of 'RETURNING SEQUENCE' literal object isn't clear, there really should be more of a description here...
RETURNING_SEQUENCEpublic static final XMLReturningType 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 XMLReturningType get(java.lang.String literal)
public static XMLReturningType getByName(java.lang.String name)
public static XMLReturningType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||