|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
Field Summary | |
---|---|
static ModelFactory |
INSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
DataGraphType |
createDataGraphType()
Returns a new object of class 'Data Graph Type'. |
ModelsType |
createModelsType()
Returns a new object of class 'Models Type'. |
Property |
createProperty()
Returns a new object of class 'Property'. |
Type |
createType()
Returns a new object of class 'Type'. |
Types |
createTypes()
Returns a new object of class 'Types'. |
XSDType |
createXSDType()
Returns a new object of class 'XSD Type'. |
void |
register(HelperContext scope)
Registers the types supported by this Factory within the supplied scope.argument |
Field Detail |
---|
static final ModelFactory INSTANCE
Method Detail |
---|
DataGraphType createDataGraphType()
ModelsType createModelsType()
Property createProperty()
Type createType()
Types createTypes()
XSDType createXSDType()
void register(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 |