org.eclipse.datatools.modelbase.sql.xml.query
Class XMLNullHandlingType

java.lang.Object
  extended by AbstractEnumerator
      extended by org.eclipse.datatools.modelbase.sql.xml.query.XMLNullHandlingType

public final class XMLNullHandlingType
extends AbstractEnumerator

A representation of the literals of the enumeration 'XML Null Handling Type', and utility methods for working with them.

See Also:
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

ABSENT_ON_NULL

public static final int ABSENT_ON_NULL
The 'ABSENT ON NULL' literal value.

See Also:
ABSENT_ON_NULL_LITERAL, Constant Field Values

EMPTY_ON_NULL

public static final int EMPTY_ON_NULL
The 'EMPTY ON NULL' literal value.

See Also:
EMPTY_ON_NULL_LITERAL, Constant Field Values

NIL_ON_NO_CONTENT

public static final int NIL_ON_NO_CONTENT
The 'NIL ON NO CONTENT' literal value.

See Also:
NIL_ON_NO_CONTENT_LITERAL, Constant Field Values

NIL_ON_NULL

public static final int NIL_ON_NULL
The 'NIL ON NULL' literal value.

See Also:
NIL_ON_NULL_LITERAL, Constant Field Values

NULL_ON_NULL

public static final int NULL_ON_NULL
The 'NULL ON NULL' literal value.

See Also:
NULL_ON_NULL_LITERAL, Constant Field Values

NONE

public static final int NONE
The 'NONE' literal value.

See Also:
NONE_LITERAL, Constant Field Values

ABSENT_ON_NULL_LITERAL

public static final XMLNullHandlingType ABSENT_ON_NULL_LITERAL
The 'ABSENT ON NULL' literal object.

If the meaning of 'ABSENT ON NULL' literal object isn't clear, there really should be more of a description here...

See Also:
ABSENT_ON_NULL

EMPTY_ON_NULL_LITERAL

public static final XMLNullHandlingType EMPTY_ON_NULL_LITERAL
The 'EMPTY ON NULL' literal object.

If the meaning of 'EMPTY ON NULL' literal object isn't clear, there really should be more of a description here...

See Also:
EMPTY_ON_NULL

NIL_ON_NO_CONTENT_LITERAL

public static final XMLNullHandlingType NIL_ON_NO_CONTENT_LITERAL
The 'NIL ON NO CONTENT' literal object.

If the meaning of 'NIL ON NO CONTENT' literal object isn't clear, there really should be more of a description here...

See Also:
NIL_ON_NO_CONTENT

NIL_ON_NULL_LITERAL

public static final XMLNullHandlingType NIL_ON_NULL_LITERAL
The 'NIL ON NULL' literal object.

If the meaning of 'NIL ON NULL' literal object isn't clear, there really should be more of a description here...

See Also:
NIL_ON_NULL

NULL_ON_NULL_LITERAL

public static final XMLNullHandlingType NULL_ON_NULL_LITERAL
The 'NULL ON NULL' literal object.

If the meaning of 'NULL ON NULL' literal object isn't clear, there really should be more of a description here...

See Also:
NULL_ON_NULL

NONE_LITERAL

public static final XMLNullHandlingType NONE_LITERAL
The 'NONE' literal object.

If the meaning of 'NONE' literal object isn't clear, there really should be more of a description here...

See Also:
NONE

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'XML Null Handling Type' enumerators.

Method Detail

get

public static XMLNullHandlingType get(java.lang.String literal)
Returns the 'XML Null Handling Type' literal with the specified literal value.


getByName

public static XMLNullHandlingType getByName(java.lang.String name)
Returns the 'XML Null Handling Type' literal with the specified name.


get

public static XMLNullHandlingType get(int value)
Returns the 'XML Null Handling Type' literal with the specified integer value.



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.