org.databene.benerator.script
Class Construction<E>
java.lang.Object
org.databene.commons.expression.DynamicExpression<E>
org.databene.benerator.script.Construction<E>
- All Implemented Interfaces:
- org.databene.commons.Expression<E>
- Direct Known Subclasses:
- DefaultConstruction, ParameterizedConstruction
public abstract class Construction<E>
- extends org.databene.commons.expression.DynamicExpression<E>
Common parent class for Expressions that instantiate a Java object.
Created: 25.10.2009 08:29:14
- Since:
- 0.6.0
- Author:
- Volker Bergmann
|
Field Summary |
protected java.lang.String |
className
|
|
Constructor Summary |
Construction(java.lang.String className)
|
|
Method Summary |
java.lang.String |
getClassName()
|
java.lang.Class<E> |
getType(org.databene.commons.Context context)
|
| Methods inherited from class org.databene.commons.expression.DynamicExpression |
isConstant |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.databene.commons.Expression |
evaluate |
className
protected java.lang.String className
Construction
public Construction(java.lang.String className)
getClassName
public java.lang.String getClassName()
getType
public java.lang.Class<E> getType(org.databene.commons.Context context)
Copyright © 2011. All Rights Reserved.