org.openrdf.elmo.dynabean
Class DynaClassSupport

java.lang.Object
  extended by org.openrdf.elmo.dynabean.DynaClassSupport
All Implemented Interfaces:
DynaClass

public class DynaClassSupport
extends Object
implements DynaClass

DynaClass interface for Elmo JavaBeans. This class should be used to create new DynaBean.

Author:
James Leigh
See Also:
RdfDynaClass, DynaBeanSupport

Constructor Summary
DynaClassSupport(Entity elmo)
           
 
Method Summary
 DynaProperty[] getDynaProperties()
           
 DynaProperty getDynaProperty(String name)
           
 String getName()
           
 DynaBean newInstance()
           
 void setDynaClassInfo(DynaClassInfo dynaClassInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynaClassSupport

public DynaClassSupport(Entity elmo)
Method Detail

setDynaClassInfo

public void setDynaClassInfo(DynaClassInfo dynaClassInfo)

getDynaProperties

public DynaProperty[] getDynaProperties()
Specified by:
getDynaProperties in interface DynaClass

getDynaProperty

public DynaProperty getDynaProperty(String name)
Specified by:
getDynaProperty in interface DynaClass

getName

public String getName()
Specified by:
getName in interface DynaClass

newInstance

public DynaBean newInstance()
                     throws IllegalAccessException,
                            InstantiationException
Specified by:
newInstance in interface DynaClass
Throws:
IllegalAccessException
InstantiationException


Copyright © 2004-2008 Aduna. All Rights Reserved.