|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IncrementType | |
---|---|
org.eclipse.datatools.modelbase.sql.constraints | |
org.eclipse.datatools.modelbase.sql.constraints.impl |
Uses of IncrementType in org.eclipse.datatools.modelbase.sql.constraints |
---|
Fields in org.eclipse.datatools.modelbase.sql.constraints declared as IncrementType | |
---|---|
static IncrementType |
IncrementType.ASC_LITERAL
The 'ASC' literal object. |
static IncrementType |
IncrementType.DESC_LITERAL
The 'DESC' literal object. |
Methods in org.eclipse.datatools.modelbase.sql.constraints that return IncrementType | |
---|---|
static IncrementType |
IncrementType.get(int value)
Returns the 'Increment Type' literal with the specified integer value. |
static IncrementType |
IncrementType.get(java.lang.String literal)
Returns the 'Increment Type' literal with the specified literal value. |
static IncrementType |
IncrementType.getByName(java.lang.String name)
Returns the 'Increment Type' literal with the specified name. |
IncrementType |
IndexMember.getIncrementType()
Returns the value of the 'Increment Type' attribute. |
Methods in org.eclipse.datatools.modelbase.sql.constraints with parameters of type IncrementType | |
---|---|
void |
IndexMember.setIncrementType(IncrementType value)
Sets the value of the ' Increment Type ' attribute. |
Uses of IncrementType in org.eclipse.datatools.modelbase.sql.constraints.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl that return IncrementType | |
---|---|
IncrementType |
SQLConstraintsFactoryImpl.createIncrementTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
IncrementType |
IndexMemberImpl.getIncrementType()
|
Methods in org.eclipse.datatools.modelbase.sql.constraints.impl with parameters of type IncrementType | |
---|---|
void |
IndexMemberImpl.setIncrementType(IncrementType newIncrementType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |