org.eclipse.birt.report.model.api.simpleapi
Class SimpleElementFactory

java.lang.Object
  extended by org.eclipse.birt.report.model.api.simpleapi.SimpleElementFactory

public class SimpleElementFactory
extends java.lang.Object


Constructor Summary
SimpleElementFactory()
           
 
Method Summary
static ISimpleElementFactory getInstance()
          Returns the factory instance.
static void setInstance(ISimpleElementFactory inFactory)
          Sets the factory instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleElementFactory

public SimpleElementFactory()
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


Copyright © 2008 Actuate Corp. All rights reserved.