Class SimpleElementFactory
- java.lang.Object
-
- org.eclipse.birt.report.model.api.simpleapi.SimpleElementFactory
-
public class SimpleElementFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimpleElementFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ISimpleElementFactory
getInstance()
Returns the factory instance.static void
setInstance(ISimpleElementFactory inFactory)
Sets the factory instance.
-
-
-
Method Detail
-
setInstance
public static void setInstance(ISimpleElementFactory inFactory)
Sets the factory instance.- Parameters:
inFactory
- the factory instance
-
getInstance
public static ISimpleElementFactory getInstance()
Returns the factory instance.- Returns:
- the factory
-
-