org.apache.openejb.core.cmp.cmp2
Class CmrField
java.lang.Object
org.apache.openejb.core.cmp.cmp2.CmrField
public class CmrField
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CmrField
public CmrField(String fieldName,
String fieldType,
String cmpImplClass,
String local,
String relatedName,
boolean synthetic)
getName
public String getName()
isSynthetic
public boolean isSynthetic()
getCmrStyle
public CmrStyle getCmrStyle()
getType
public org.objectweb.asm.Type getType()
getProxyType
public org.objectweb.asm.Type getProxyType()
getInitialValueType
public org.objectweb.asm.Type getInitialValueType()
getRelatedName
public String getRelatedName()
getDescriptor
public String getDescriptor()
getGenericSignature
public String getGenericSignature()
getProxyDescriptor
public String getProxyDescriptor()
getAccessorInternalName
public String getAccessorInternalName()
getAccessorDescriptor
public String getAccessorDescriptor()
getAccessorGenericSignature
public String getAccessorGenericSignature()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.