| 
 | ||||||||||
| 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.datatypes.LinkControlOption
public final class LinkControlOption
A representation of the literals of the enumeration 'Link Control Option', and utility methods for working with them.
SQLDataTypesPackage.getLinkControlOption(), 
Serialized Form| Field Summary | |
|---|---|
| static int | FILE_LINK_CONTROLThe 'FILE LINK CONTROL' literal value. | 
| static LinkControlOption | FILE_LINK_CONTROL_LITERALThe 'FILE LINK CONTROL' literal object. | 
| static int | NO_FILE_LINK_CONTROLThe 'NO FILE LINK CONTROL' literal value. | 
| static LinkControlOption | NO_FILE_LINK_CONTROL_LITERALThe 'NO FILE LINK CONTROL' literal object. | 
| static java.util.List | VALUESA 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 integer value. | 
| static LinkControlOption | get(java.lang.String literal)Returns the 'Link Control Option' literal with the specified literal value. | 
| static LinkControlOption | getByName(java.lang.String name)Returns the 'Link Control Option' 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 FILE_LINK_CONTROL
FILE_LINK_CONTROL_LITERAL, 
Constant Field Valuespublic static final int NO_FILE_LINK_CONTROL
NO_FILE_LINK_CONTROL_LITERAL, 
Constant Field Valuespublic static final LinkControlOption FILE_LINK_CONTROL_LITERAL
If the meaning of 'FILE LINK CONTROL' literal object isn't clear, there really should be more of a description here...
FILE_LINK_CONTROLpublic static final LinkControlOption NO_FILE_LINK_CONTROL_LITERAL
If the meaning of 'NO FILE LINK CONTROL' literal object isn't clear, there really should be more of a description here...
NO_FILE_LINK_CONTROLpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static LinkControlOption get(java.lang.String literal)
public static LinkControlOption getByName(java.lang.String name)
public static LinkControlOption get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||