|
||||||||||
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.emf.cdo.dbgen.IndexType
public final class IndexType
A representation of the literals of the enumeration 'Index Type', and utility methods for working with them.
DBGenPackage.getIndexType()
Field Summary | |
---|---|
static int |
NON_UNIQUE
The 'NON UNIQUE' literal value |
static IndexType |
NON_UNIQUE_LITERAL
The 'NON UNIQUE' literal object |
static int |
PRIMARY
The 'PRIMARY' literal value |
static IndexType |
PRIMARY_LITERAL
The 'PRIMARY' literal object |
static int |
UNIQUE
The 'UNIQUE' literal value |
static IndexType |
UNIQUE_LITERAL
The 'UNIQUE' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Index Type' enumerators |
Method Summary | |
---|---|
static IndexType |
get(int value)
Returns the 'Index Type' literal with the specified integer value |
static IndexType |
get(java.lang.String literal)
Returns the 'Index Type' literal with the specified literal value |
static IndexType |
getByName(java.lang.String name)
Returns the 'Index 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NON_UNIQUE
If the meaning of 'NON UNIQUE' literal object isn't clear, there really should be more of a description here...
NON_UNIQUE_LITERAL
,
Constant Field Valuespublic static final int UNIQUE
If the meaning of 'UNIQUE' literal object isn't clear, there really should be more of a description here...
UNIQUE_LITERAL
,
Constant Field Valuespublic static final int PRIMARY
If the meaning of 'PRIMARY' literal object isn't clear, there really should be more of a description here...
PRIMARY_LITERAL
,
Constant Field Valuespublic static final IndexType NON_UNIQUE_LITERAL
NON_UNIQUE
public static final IndexType UNIQUE_LITERAL
UNIQUE
public static final IndexType PRIMARY_LITERAL
PRIMARY
public static final java.util.List VALUES
Method Detail |
---|
public static IndexType get(java.lang.String literal)
public static IndexType getByName(java.lang.String name)
public static IndexType get(int value)
|
Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |