|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompanynoidFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
Field Summary | |
---|---|
static CompanynoidFactory |
INSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
CompanynoidType |
createCompanynoidType()
Returns a new object of class 'Type'. |
DepartmentnoidType |
createDepartmentnoidType()
Returns a new object of class 'Departmentnoid Type'. |
EmployeenoidType |
createEmployeenoidType()
Returns a new object of class 'Employeenoid Type'. |
void |
register(commonj.sdo.helper.HelperContext scope)
Registers the types supported by this Factory within the supplied scope.argument |
Field Detail |
---|
static final CompanynoidFactory INSTANCE
Method Detail |
---|
CompanynoidType createCompanynoidType()
DepartmentnoidType createDepartmentnoidType()
EmployeenoidType createEmployeenoidType()
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 |