org.smartcomps.twister.engine.priv.core.definition
Class PropertyFactory

java.lang.Object
  |
  +--org.smartcomps.twister.engine.priv.core.definition.PropertyFactory

public class PropertyFactory
extends java.lang.Object

A factory to create or get specific property instances.


Constructor Summary
PropertyFactory()
           
 
Method Summary
 org.smartcomps.twister.engine.priv.core.definition.Property createProperty(java.lang.String name, java.lang.String type)
           
 org.smartcomps.twister.engine.priv.core.definition.Property getByName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFactory

public PropertyFactory()
Method Detail

createProperty

public org.smartcomps.twister.engine.priv.core.definition.Property createProperty(java.lang.String name,
                                                                                  java.lang.String type)
                                                                           throws DBSessionException
DBSessionException

getByName

public org.smartcomps.twister.engine.priv.core.definition.Property getByName(java.lang.String name)
                                                                      throws DBSessionException
DBSessionException


Copyright © 2003 SmartComps. All Rights Reserved.