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

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

public class CmrField
extends java.lang.Object


Constructor Summary
CmrField(java.lang.String fieldName, java.lang.String fieldType, java.lang.String cmpImplClass, java.lang.String local, java.lang.String relatedName, boolean synthetic)
           
 
Method Summary
 java.lang.String getAccessorDescriptor()
           
 java.lang.String getAccessorGenericSignature()
           
 java.lang.String getAccessorInternalName()
           
 CmrStyle getCmrStyle()
           
 java.lang.String getDescriptor()
           
 java.lang.String getGenericSignature()
           
 org.apache.xbean.asm.Type getInitialValueType()
           
 java.lang.String getName()
           
 java.lang.String getProxyDescriptor()
           
 org.apache.xbean.asm.Type getProxyType()
           
 java.lang.String getRelatedName()
           
 org.apache.xbean.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(java.lang.String fieldName,
                java.lang.String fieldType,
                java.lang.String cmpImplClass,
                java.lang.String local,
                java.lang.String relatedName,
                boolean synthetic)
Method Detail

getName

public java.lang.String getName()

isSynthetic

public boolean isSynthetic()

getCmrStyle

public CmrStyle getCmrStyle()

getType

public org.apache.xbean.asm.Type getType()

getProxyType

public org.apache.xbean.asm.Type getProxyType()

getInitialValueType

public org.apache.xbean.asm.Type getInitialValueType()

getRelatedName

public java.lang.String getRelatedName()

getDescriptor

public java.lang.String getDescriptor()

getGenericSignature

public java.lang.String getGenericSignature()

getProxyDescriptor

public java.lang.String getProxyDescriptor()

getAccessorInternalName

public java.lang.String getAccessorInternalName()

getAccessorDescriptor

public java.lang.String getAccessorDescriptor()

getAccessorGenericSignature

public java.lang.String getAccessorGenericSignature()


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