| 
 | ||||||||||
| 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.XMLNullHandlingType
public final class XMLNullHandlingType
A representation of the literals of the enumeration 'XML Null Handling Type', and utility methods for working with them.
SQLXMLQueryModelPackage.getXMLNullHandlingType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | ABSENT_ON_NULLThe 'ABSENT ON NULL' literal value. | 
| static XMLNullHandlingType | ABSENT_ON_NULL_LITERALThe 'ABSENT ON NULL' literal object. | 
| static int | EMPTY_ON_NULLThe 'EMPTY ON NULL' literal value. | 
| static XMLNullHandlingType | EMPTY_ON_NULL_LITERALThe 'EMPTY ON NULL' literal object. | 
| static int | NIL_ON_NO_CONTENTThe 'NIL ON NO CONTENT' literal value. | 
| static XMLNullHandlingType | NIL_ON_NO_CONTENT_LITERALThe 'NIL ON NO CONTENT' literal object. | 
| static int | NIL_ON_NULLThe 'NIL ON NULL' literal value. | 
| static XMLNullHandlingType | NIL_ON_NULL_LITERALThe 'NIL ON NULL' literal object. | 
| static int | NONEThe 'NONE' literal value. | 
| static XMLNullHandlingType | NONE_LITERALThe 'NONE' literal object. | 
| static int | NULL_ON_NULLThe 'NULL ON NULL' literal value. | 
| static XMLNullHandlingType | NULL_ON_NULL_LITERALThe 'NULL ON NULL' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'XML Null Handling Type' enumerators. | 
| Method Summary | |
|---|---|
| static XMLNullHandlingType | get(int value)Returns the 'XML Null Handling Type' literal with the specified integer value. | 
| static XMLNullHandlingType | get(java.lang.String literal)Returns the 'XML Null Handling Type' literal with the specified literal value. | 
| static XMLNullHandlingType | getByName(java.lang.String name)Returns the 'XML Null 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 ABSENT_ON_NULL
ABSENT_ON_NULL_LITERAL, 
Constant Field Valuespublic static final int EMPTY_ON_NULL
EMPTY_ON_NULL_LITERAL, 
Constant Field Valuespublic static final int NIL_ON_NO_CONTENT
NIL_ON_NO_CONTENT_LITERAL, 
Constant Field Valuespublic static final int NIL_ON_NULL
NIL_ON_NULL_LITERAL, 
Constant Field Valuespublic static final int NULL_ON_NULL
NULL_ON_NULL_LITERAL, 
Constant Field Valuespublic static final int NONE
NONE_LITERAL, 
Constant Field Valuespublic static final XMLNullHandlingType ABSENT_ON_NULL_LITERAL
If the meaning of 'ABSENT ON NULL' literal object isn't clear, there really should be more of a description here...
ABSENT_ON_NULLpublic static final XMLNullHandlingType EMPTY_ON_NULL_LITERAL
If the meaning of 'EMPTY ON NULL' literal object isn't clear, there really should be more of a description here...
EMPTY_ON_NULLpublic static final XMLNullHandlingType NIL_ON_NO_CONTENT_LITERAL
If the meaning of 'NIL ON NO CONTENT' literal object isn't clear, there really should be more of a description here...
NIL_ON_NO_CONTENTpublic static final XMLNullHandlingType NIL_ON_NULL_LITERAL
If the meaning of 'NIL ON NULL' literal object isn't clear, there really should be more of a description here...
NIL_ON_NULLpublic static final XMLNullHandlingType NULL_ON_NULL_LITERAL
If the meaning of 'NULL ON NULL' literal object isn't clear, there really should be more of a description here...
NULL_ON_NULLpublic static final XMLNullHandlingType 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 XMLNullHandlingType get(java.lang.String literal)
public static XMLNullHandlingType getByName(java.lang.String name)
public static XMLNullHandlingType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||