org.eclipse.wst.rdb.internal.models.sql.datatypes
Class LinkControlOption

java.lang.Object
  |
  +--org.eclipse.emf.common.util.AbstractEnumerator
        |
        +--org.eclipse.wst.rdb.internal.models.sql.datatypes.LinkControlOption
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class LinkControlOption
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Link Control Option', and utility methods for working with them.

See Also:
SQLDataTypesPackage.getLinkControlOption()

Field Summary
static int FILE_LINK_CONTROL
          The 'FILE LINK CONTROL' literal value.
static LinkControlOption FILE_LINK_CONTROL_LITERAL
          The 'FILE LINK CONTROL' literal object.
static int NO_FILE_LINK_CONTROL
          The 'NO FILE LINK CONTROL' literal value.
static LinkControlOption NO_FILE_LINK_CONTROL_LITERAL
          The 'NO FILE LINK CONTROL' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Link Control Option' enumerators.
 
Method Summary
static LinkControlOption get(int value)
          Returns the 'Link Control Option' literal with the specified value.
static LinkControlOption get(java.lang.String name)
          Returns the 'Link Control Option' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FILE_LINK_CONTROL

public static final int FILE_LINK_CONTROL
The 'FILE LINK CONTROL' literal value.
See Also:
FILE_LINK_CONTROL_LITERAL

NO_FILE_LINK_CONTROL

public static final int NO_FILE_LINK_CONTROL
The 'NO FILE LINK CONTROL' literal value.
See Also:
NO_FILE_LINK_CONTROL_LITERAL

FILE_LINK_CONTROL_LITERAL

public static final LinkControlOption FILE_LINK_CONTROL_LITERAL
The 'FILE LINK CONTROL' literal object.

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

See Also:
FILE_LINK_CONTROL

NO_FILE_LINK_CONTROL_LITERAL

public static final LinkControlOption NO_FILE_LINK_CONTROL_LITERAL
The 'NO FILE LINK CONTROL' literal object.

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

See Also:
NO_FILE_LINK_CONTROL

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Link Control Option' enumerators.
Method Detail

get

public static LinkControlOption get(java.lang.String name)
Returns the 'Link Control Option' literal with the specified name.

get

public static LinkControlOption get(int value)
Returns the 'Link Control Option' literal with the specified value.