|
||||||||||
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.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()
Field Summary | |
---|---|
static int |
ABSENT_ON_NULL
The 'ABSENT ON NULL' literal value. |
static XMLNullHandlingType |
ABSENT_ON_NULL_LITERAL
The 'ABSENT ON NULL' literal object. |
static int |
EMPTY_ON_NULL
The 'EMPTY ON NULL' literal value. |
static XMLNullHandlingType |
EMPTY_ON_NULL_LITERAL
The 'EMPTY ON NULL' literal object. |
static int |
NIL_ON_NO_CONTENT
The 'NIL ON NO CONTENT' literal value. |
static XMLNullHandlingType |
NIL_ON_NO_CONTENT_LITERAL
The 'NIL ON NO CONTENT' literal object. |
static int |
NIL_ON_NULL
The 'NIL ON NULL' literal value. |
static XMLNullHandlingType |
NIL_ON_NULL_LITERAL
The 'NIL ON NULL' literal object. |
static int |
NONE
The 'NONE' literal value. |
static XMLNullHandlingType |
NONE_LITERAL
The 'NONE' literal object. |
static int |
NULL_ON_NULL
The 'NULL ON NULL' literal value. |
static XMLNullHandlingType |
NULL_ON_NULL_LITERAL
The 'NULL ON NULL' literal object. |
static java.util.List |
VALUES
A 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 java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, 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_NULL
public 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_NULL
public 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_CONTENT
public 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_NULL
public 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_NULL
public static final XMLNullHandlingType 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 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 |