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

java.lang.Object
  extended byAbstractEnumerator
      extended byorg.eclipse.datatools.modelbase.sql.xml.query.XMLContentType2

public final class XMLContentType2
extends AbstractEnumerator

A representation of the literals of the enumeration 'XML Content Type2', and utility methods for working with them.

See Also:
SQLXMLQueryModelPackage.getXMLContentType2(), Serialized Form

Field Summary
static int CONTENT
          The 'CONTENT' literal value.
static XMLContentType2 CONTENT_LITERAL
          The 'CONTENT' literal object.
static int DOCUMENT
          The 'DOCUMENT' literal value.
static XMLContentType2 DOCUMENT_LITERAL
          The 'DOCUMENT' literal object.
static int NONE
          The 'NONE' literal value.
static XMLContentType2 NONE_LITERAL
          The 'NONE' literal object.
static int SEQUENCE
          The 'SEQUENCE' literal value.
static XMLContentType2 SEQUENCE_LITERAL
          The 'SEQUENCE' literal object.
static java.util.List VALUES
          A public read-only list of all the 'XML Content Type2' enumerators.
 
Method Summary
static XMLContentType2 get(int value)
          Returns the 'XML Content Type2' literal with the specified integer value.
static XMLContentType2 get(java.lang.String literal)
          Returns the 'XML Content Type2' literal with the specified literal value.
static XMLContentType2 getByName(java.lang.String name)
          Returns the 'XML Content Type2' literal with the specified name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTENT

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

See Also:
CONTENT_LITERAL, Constant Field Values

DOCUMENT

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

See Also:
DOCUMENT_LITERAL, Constant Field Values

SEQUENCE

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

See Also:
SEQUENCE_LITERAL, Constant Field Values

NONE

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

See Also:
NONE_LITERAL, Constant Field Values

CONTENT_LITERAL

public static final XMLContentType2 CONTENT_LITERAL
The 'CONTENT' literal object.

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

See Also:
CONTENT

DOCUMENT_LITERAL

public static final XMLContentType2 DOCUMENT_LITERAL
The 'DOCUMENT' literal object.

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

See Also:
DOCUMENT

SEQUENCE_LITERAL

public static final XMLContentType2 SEQUENCE_LITERAL
The 'SEQUENCE' literal object.

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

See Also:
SEQUENCE

NONE_LITERAL

public static final XMLContentType2 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 Content Type2' enumerators.

Method Detail

get

public static XMLContentType2 get(java.lang.String literal)
Returns the 'XML Content Type2' literal with the specified literal value.


getByName

public static XMLContentType2 getByName(java.lang.String name)
Returns the 'XML Content Type2' literal with the specified name.


get

public static XMLContentType2 get(int value)
Returns the 'XML Content Type2' literal with the specified integer value.



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.