org.objectweb.jonas_ejb.genic
Class VcParam

java.lang.Object
  extended byorg.objectweb.jonas_ejb.genic.VcParam

public class VcParam
extends java.lang.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
 java.lang.String getEjbName()
           
 java.lang.String getJormType()
           
 java.lang.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 java.lang.String getTypeName()
Returns:
Returns the type's name of the parameter

getJormType

public java.lang.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 java.lang.String getEjbName()
Returns:
If the parameter is a local bean, returns the name of this local bean