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