public class NFRPropertyInfo extends NFPropertyInfo
| Modifier and Type | Field and Description | 
|---|---|
| protected MethodInfo | methodinfoThe method info. | 
clazz, name, parameters| Constructor and Description | 
|---|
| NFRPropertyInfo()Create a new property. | 
| NFRPropertyInfo(java.lang.String name,
               ClassInfo clazz,
               MethodInfo mi)Create a new property. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodInfo | getMethodInfo()Get the methodInfo. | 
| void | setMethodInfo(MethodInfo methodinfo)Set the methodInfo. | 
getClazz, getName, getParameters, setClazz, setName, setParametersprotected MethodInfo methodinfo
public NFRPropertyInfo()
public NFRPropertyInfo(java.lang.String name,
                       ClassInfo clazz,
                       MethodInfo mi)
name - The name.clazz - The clazz.public MethodInfo getMethodInfo()
public void setMethodInfo(MethodInfo methodinfo)
methodInfo - The methodInfo to set.