|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.datatools.modelbase.sql.xml.query.XMLReturningType
A representation of the literals of the enumeration 'XML Returning Type', and utility methods for working with them.
SQLXMLQueryModelPackage.getXMLReturningType()
,
Serialized FormField Summary | |
static int |
NONE
The 'NONE' literal value. |
static XMLReturningType |
NONE_LITERAL
The 'NONE' literal object. |
static int |
RETURNING_CONTENT
The 'RETURNING CONTENT' literal value. |
static XMLReturningType |
RETURNING_CONTENT_LITERAL
The 'RETURNING CONTENT' literal object. |
static int |
RETURNING_SEQUENCE
The 'RETURNING SEQUENCE' literal value. |
static XMLReturningType |
RETURNING_SEQUENCE_LITERAL
The 'RETURNING SEQUENCE' literal object. |
static java.util.List |
VALUES
A 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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, 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_CONTENT
public 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_SEQUENCE
public static final XMLReturningType NONE_LITERAL
If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...
NONE
public 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 |