org.objectweb.jonas_ejb.genic
Class VcParam

java.lang.Object
  |
  +--org.objectweb.jonas_ejb.genic.VcParam

public class VcParam
extends java.lang.Object

This class is the "Velocity context" for a parameter of a finder or select method used in the Velocity Templates.


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()

getJormType

public java.lang.String getJormType()

isEjbLocal

public boolean isEjbLocal()

getEjbName

public java.lang.String getEjbName()