Package jadex.bridge.modelinfo
Class NFRPropertyInfo
- java.lang.Object
- 
- jadex.bridge.modelinfo.NFPropertyInfo
- 
- jadex.bridge.modelinfo.NFRPropertyInfo
 
 
- 
 public class NFRPropertyInfo extends NFPropertyInfo 
- 
- 
Field SummaryFields Modifier and Type Field Description protected MethodInfomethodinfoThe method info.- 
Fields inherited from class jadex.bridge.modelinfo.NFPropertyInfoclazz, name, parameters
 
- 
 - 
Constructor SummaryConstructors Constructor Description NFRPropertyInfo()Create a new property.NFRPropertyInfo(java.lang.String name, ClassInfo clazz, MethodInfo mi)Create a new property.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodInfogetMethodInfo()Get the methodInfo.voidsetMethodInfo(MethodInfo methodinfo)Set the methodInfo.- 
Methods inherited from class jadex.bridge.modelinfo.NFPropertyInfogetClazz, getName, getParameters, setClazz, setName, setParameters
 
- 
 
- 
- 
- 
Field Detail- 
methodinfoprotected MethodInfo methodinfo The method info.
 
- 
 - 
Constructor Detail- 
NFRPropertyInfopublic NFRPropertyInfo() Create a new property.
 - 
NFRPropertyInfopublic NFRPropertyInfo(java.lang.String name, ClassInfo clazz, MethodInfo mi)Create a new property.- Parameters:
- name- The name.
- clazz- The clazz.
 
 
- 
 - 
Method Detail- 
getMethodInfopublic MethodInfo getMethodInfo() Get the methodInfo. return The methodInfo.
 - 
setMethodInfopublic void setMethodInfo(MethodInfo methodinfo) Set the methodInfo.- Parameters:
- methodInfo- The methodInfo to set.
 
 
- 
 
-