|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
Field Summary | |
---|---|
static ConfigFactory |
INSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
Column |
createColumn()
Returns a new object of class 'Column'. |
Command |
createCommand()
Returns a new object of class 'Command'. |
Config |
createConfig()
Returns a new object of class 'Config'. |
ConnectionInfo |
createConnectionInfo()
Returns a new object of class 'Connection Info'. |
ConnectionProperties |
createConnectionProperties()
Returns a new object of class 'Connection Properties'. |
Create |
createCreate()
Returns a new object of class 'Create'. |
Delete |
createDelete()
Returns a new object of class 'Delete'. |
KeyPair |
createKeyPair()
Returns a new object of class 'Key Pair'. |
Parameter |
createParameter()
Returns a new object of class 'Parameter'. |
Parameters |
createParameters()
Returns a new object of class 'Parameters'. |
Relationship |
createRelationship()
Returns a new object of class 'Relationship'. |
ResultDescriptor |
createResultDescriptor()
Returns a new object of class 'Result Descriptor'. |
Table |
createTable()
Returns a new object of class 'Table'. |
Update |
createUpdate()
Returns a new object of class 'Update'. |
void |
register(commonj.sdo.helper.HelperContext scope)
Registers the types supported by this Factory within the supplied scope.argument |
Field Detail |
---|
static final ConfigFactory INSTANCE
Method Detail |
---|
Column createColumn()
Command createCommand()
Config createConfig()
ConnectionInfo createConnectionInfo()
ConnectionProperties createConnectionProperties()
Create createCreate()
Delete createDelete()
KeyPair createKeyPair()
Parameter createParameter()
Parameters createParameters()
Relationship createRelationship()
ResultDescriptor createResultDescriptor()
Table createTable()
Update createUpdate()
void register(commonj.sdo.helper.HelperContext scope)
scope
- an instance of HelperContext used to manage the scoping of types.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |