org.objectweb.jonas_ejb.genic
Class VcParam

java.lang.Object
  extended by org.objectweb.jonas_ejb.genic.VcParam

public class VcParam
extends Object

This class is the "Velocity context" for a parameter of a finder/select method for CMP2 only, used in the Velocity Templates.

Author:
Helene Joanin : Initial developer

Method Summary
 String getEjbName()
           
 String getJormType()
           
 String getTypeName()
           
 boolean isEjbLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTypeName

public String getTypeName()
Returns:
Returns the type's name of the parameter

getJormType

public String getJormType()
Returns:
Returns the JORM type's name of the parameter

isEjbLocal

public boolean isEjbLocal()
Returns:
Returns true if the parameter is a local bean

getEjbName

public String getEjbName()
Returns:
If the parameter is a local bean, returns the name of this local bean


Copyright © 2007 OW2 Consortium. All Rights Reserved.