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