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

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

public class CmrField
extends Object


Constructor Summary
CmrField(String fieldName, String fieldType, String cmpImplClass, String local, String relatedName, boolean synthetic)
           
 
Method Summary
 String getAccessorDescriptor()
           
 String getAccessorGenericSignature()
           
 String getAccessorInternalName()
           
 CmrStyle getCmrStyle()
           
 String getDescriptor()
           
 String getGenericSignature()
           
 org.objectweb.asm.Type getInitialValueType()
           
 String getName()
           
 String getProxyDescriptor()
           
 org.objectweb.asm.Type getProxyType()
           
 String getRelatedName()
           
 org.objectweb.asm.Type getType()
           
 boolean isSynthetic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmrField

public CmrField(String fieldName,
                String fieldType,
                String cmpImplClass,
                String local,
                String relatedName,
                boolean synthetic)
Method Detail

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.