public class CmrField extends Object
| Constructor and Description |
|---|
CmrField(String fieldName,
String fieldType,
String cmpImplClass,
String local,
String relatedName,
boolean synthetic) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessorDescriptor() |
String |
getAccessorGenericSignature() |
String |
getAccessorInternalName() |
CmrStyle |
getCmrStyle() |
String |
getDescriptor() |
String |
getGenericSignature() |
org.apache.xbean.asm5.Type |
getInitialValueType() |
String |
getName() |
String |
getProxyDescriptor() |
org.apache.xbean.asm5.Type |
getProxyType() |
String |
getRelatedName() |
org.apache.xbean.asm5.Type |
getType() |
boolean |
isSynthetic() |
public String getName()
public boolean isSynthetic()
public CmrStyle getCmrStyle()
public org.apache.xbean.asm5.Type getType()
public org.apache.xbean.asm5.Type getProxyType()
public org.apache.xbean.asm5.Type getInitialValueType()
public String getRelatedName()
public String getDescriptor()
public String getGenericSignature()
public String getProxyDescriptor()
public String getAccessorInternalName()
public String getAccessorDescriptor()
public String getAccessorGenericSignature()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.