public class NFRPropertyInfo extends NFPropertyInfo
| Constructor and Description |
|---|
NFRPropertyInfo()
Create a new property.
|
NFRPropertyInfo(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, setClazz, setNamepublic NFRPropertyInfo()
public NFRPropertyInfo(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.Copyright © 2015. All Rights Reserved.