| 
 | ||||||||||
| 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.tables.ReferenceType
public final class ReferenceType
A representation of the literals of the enumeration 'Reference Type', and utility methods for working with them.
SQLTablesPackage.getReferenceType(), 
Serialized Form| Field Summary | |
|---|---|
| static int | DERIVED_SELF_REFThe 'DERIVED SELF REF' literal value. | 
| static ReferenceType | DERIVED_SELF_REF_LITERALThe 'DERIVED SELF REF' literal object. | 
| static int | SYSTEM_GENERATEDThe 'SYSTEM GENERATED' literal value. | 
| static ReferenceType | SYSTEM_GENERATED_LITERALThe 'SYSTEM GENERATED' literal object. | 
| static int | USER_GENERATEDThe 'USER GENERATED' literal value. | 
| static ReferenceType | USER_GENERATED_LITERALThe 'USER GENERATED' literal object. | 
| static java.util.List | VALUESA public read-only list of all the 'Reference Type' enumerators. | 
| Method Summary | |
|---|---|
| static ReferenceType | get(int value)Returns the 'Reference Type' literal with the specified integer value. | 
| static ReferenceType | get(java.lang.String literal)Returns the 'Reference Type' literal with the specified literal value. | 
| static ReferenceType | getByName(java.lang.String name)Returns the 'Reference Type' 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 SYSTEM_GENERATED
SYSTEM_GENERATED_LITERAL, 
Constant Field Valuespublic static final int USER_GENERATED
USER_GENERATED_LITERAL, 
Constant Field Valuespublic static final int DERIVED_SELF_REF
DERIVED_SELF_REF_LITERAL, 
Constant Field Valuespublic static final ReferenceType SYSTEM_GENERATED_LITERAL
If the meaning of 'SYSTEM GENERATED' literal object isn't clear, there really should be more of a description here...
SYSTEM_GENERATEDpublic static final ReferenceType USER_GENERATED_LITERAL
If the meaning of 'USER GENERATED' literal object isn't clear, there really should be more of a description here...
USER_GENERATEDpublic static final ReferenceType DERIVED_SELF_REF_LITERAL
If the meaning of 'DERIVED SELF REF' literal object isn't clear, there really should be more of a description here...
DERIVED_SELF_REFpublic static final java.util.List VALUES
| Method Detail | 
|---|
public static ReferenceType get(java.lang.String literal)
public static ReferenceType getByName(java.lang.String name)
public static ReferenceType get(int value)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||