org.openrdf.elmo.dynabean
Class DynaClassSupport
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynaClassSupport
public DynaClassSupport(Entity elmo)
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.