|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEFactoryImpl
org.eclipse.datatools.modelbase.sql.constraints.impl.SQLConstraintsFactoryImpl
public class SQLConstraintsFactoryImpl
An implementation of the model Factory.
Field Summary |
---|
Fields inherited from interface org.eclipse.datatools.modelbase.sql.constraints.SQLConstraintsFactory |
---|
eINSTANCE |
Constructor Summary | |
---|---|
SQLConstraintsFactoryImpl()
Creates an instance of the factory. |
Method Summary | |
---|---|
java.lang.String |
convertIncrementTypeToString(EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertMatchTypeToString(EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertToString(EDataType eDataType,
java.lang.Object instanceValue)
|
EObject |
create(EClass eClass)
|
Assertion |
createAssertion()
|
CheckConstraint |
createCheckConstraint()
|
ForeignKey |
createForeignKey()
|
java.lang.Object |
createFromString(EDataType eDataType,
java.lang.String initialValue)
|
IncrementType |
createIncrementTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
Index |
createIndex()
|
IndexMember |
createIndexMember()
|
MatchType |
createMatchTypeFromString(EDataType eDataType,
java.lang.String initialValue)
|
PrimaryKey |
createPrimaryKey()
|
UniqueConstraint |
createUniqueConstraint()
|
static SQLConstraintsPackage |
getPackage()
Deprecated. |
SQLConstraintsPackage |
getSQLConstraintsPackage()
|
static SQLConstraintsFactory |
init()
Creates the default factory implementation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLConstraintsFactoryImpl()
Method Detail |
---|
public static SQLConstraintsFactory init()
public EObject create(EClass eClass)
public java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
public Assertion createAssertion()
createAssertion
in interface SQLConstraintsFactory
public CheckConstraint createCheckConstraint()
createCheckConstraint
in interface SQLConstraintsFactory
public ForeignKey createForeignKey()
createForeignKey
in interface SQLConstraintsFactory
public UniqueConstraint createUniqueConstraint()
createUniqueConstraint
in interface SQLConstraintsFactory
public PrimaryKey createPrimaryKey()
createPrimaryKey
in interface SQLConstraintsFactory
public Index createIndex()
createIndex
in interface SQLConstraintsFactory
public IndexMember createIndexMember()
createIndexMember
in interface SQLConstraintsFactory
public MatchType createMatchTypeFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertMatchTypeToString(EDataType eDataType, java.lang.Object instanceValue)
public IncrementType createIncrementTypeFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertIncrementTypeToString(EDataType eDataType, java.lang.Object instanceValue)
public SQLConstraintsPackage getSQLConstraintsPackage()
getSQLConstraintsPackage
in interface SQLConstraintsFactory
public static SQLConstraintsPackage getPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |