org.apache.openejb.core.cmp.cmp2
Class CmpField

java.lang.Object
  extended by org.apache.openejb.core.cmp.cmp2.CmpField

public class CmpField
extends Object


Constructor Summary
CmpField(String name, org.objectweb.asm.Type type)
           
 
Method Summary
 String getDescriptor()
           
 String getName()
           
 org.objectweb.asm.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmpField

public CmpField(String name,
                org.objectweb.asm.Type type)
Method Detail

getName

public String getName()

getType

public org.objectweb.asm.Type getType()

getDescriptor

public String getDescriptor()


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.