| 
 | ||||||||||
| 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.XMLEmptyHandlingType
public final class XMLEmptyHandlingType
A representation of the literals of the enumeration 'XML Empty Handling Type', and utility methods for working with them.
SQLXMLQueryModelPackage.getXMLEmptyHandlingType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | EMPTY_ON_EMPTYThe 'EMPTY ON EMPTY' literal value. | 
| static XMLEmptyHandlingType | EMPTY_ON_EMPTY_LITERALThe 'EMPTY ON EMPTY' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static XMLEmptyHandlingType | NONE_LITERALThe 'NONE' literal object. | 
| static int | NULL_ON_EMPTYThe 'NULL ON EMPTY' literal value. | 
| static XMLEmptyHandlingType | NULL_ON_EMPTY_LITERALThe 'NULL ON EMPTY' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'XML Empty Handling Type' enumerators. | 
| Method Summary | |
|---|---|
| static XMLEmptyHandlingType | get(int value)Returns the 'XML Empty Handling Type' literal with the specified integer value. | 
| static XMLEmptyHandlingType | get(java.lang.String literal)Returns the 'XML Empty Handling Type' literal with the specified literal value. | 
| static XMLEmptyHandlingType | getByName(java.lang.String name)Returns the 'XML Empty Handling 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 EMPTY_ON_EMPTY
EMPTY_ON_EMPTY_LITERAL, 
Constant Field Valuespublic static final int NULL_ON_EMPTY
NULL_ON_EMPTY_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final XMLEmptyHandlingType EMPTY_ON_EMPTY_LITERAL
If the meaning of 'EMPTY ON EMPTY' literal object isn't clear, there really should be more of a description here...
EMPTY_ON_EMPTYpublic static final XMLEmptyHandlingType NULL_ON_EMPTY_LITERAL
If the meaning of 'NULL ON EMPTY' literal object isn't clear, there really should be more of a description here...
NULL_ON_EMPTYpublic static final XMLEmptyHandlingType 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 XMLEmptyHandlingType get(java.lang.String literal)
public static XMLEmptyHandlingType getByName(java.lang.String name)
public static XMLEmptyHandlingType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||