org.apache.tuscany.sdo.model.java
Interface JavaFactory

All Known Implementing Classes:
JavaFactoryImpl

public interface JavaFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.


Field Summary
static JavaFactory INSTANCE
          The singleton instance of the factory.
 
Method Summary
 JavaInfo createJavaInfo()
          Returns a new object of class 'Info'.
 

Field Detail

INSTANCE

static final JavaFactory INSTANCE
The singleton instance of the factory.

Method Detail

createJavaInfo

JavaInfo createJavaInfo()
Returns a new object of class 'Info'.

Returns:
a new object of class 'Info'.


Copyright © 2006 Apache Software Foundation. All Rights Reserved.