org.apache.openejb.core.cmp.cmp2
Class CmpField
java.lang.Object
org.apache.openejb.core.cmp.cmp2.CmpField
public class CmpField
- extends java.lang.Object
Constructor Summary |
CmpField(java.lang.String name,
org.apache.xbean.asm.Type type,
java.lang.reflect.Method getter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmpField
public CmpField(java.lang.String name,
org.apache.xbean.asm.Type type,
java.lang.reflect.Method getter)
getName
public java.lang.String getName()
getType
public org.apache.xbean.asm.Type getType()
getDescriptor
public java.lang.String getDescriptor()
getGetterMethod
public java.lang.reflect.Method getGetterMethod()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.