| 
 | ||||||||||
| 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.XMLPassingType
public final class XMLPassingType
A representation of the literals of the enumeration 'XML Passing Type', and utility methods for working with them. Represents the possible values for the XML passing mechanism clause. A value of NONE indicates that the passing mechanism clause should be omitted.
SQLXMLQueryModelPackage.getXMLPassingType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | BY_REFThe 'BY REF' literal value. | 
| static XMLPassingType | BY_REF_LITERALThe 'BY REF' literal object. | 
| static int | BY_VALUEThe 'BY VALUE' literal value. | 
| static XMLPassingType | BY_VALUE_LITERALThe 'BY VALUE' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static XMLPassingType | NONE_LITERALThe 'NONE' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'XML Passing Type' enumerators. | 
| Method Summary | |
|---|---|
| static XMLPassingType | get(int value)Returns the 'XML Passing Type' literal with the specified integer value. | 
| static XMLPassingType | get(java.lang.String literal)Returns the 'XML Passing Type' literal with the specified literal value. | 
| static XMLPassingType | getByName(java.lang.String name)Returns the 'XML Passing 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 BY_REF
If the meaning of 'BY REF' literal object isn't clear, there really should be more of a description here...
BY_REF_LITERAL, 
Constant Field Valuespublic static final int BY_VALUE
If the meaning of 'BY VALUE' literal object isn't clear, there really should be more of a description here...
BY_VALUE_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final XMLPassingType BY_REF_LITERAL
BY_REFpublic static final XMLPassingType BY_VALUE_LITERAL
BY_VALUEpublic static final XMLPassingType 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 XMLPassingType get(java.lang.String literal)
public static XMLPassingType getByName(java.lang.String name)
public static XMLPassingType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||