public class NFPropertyInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ClassInfo |
clazz
The property class.
|
protected java.lang.String |
name
The property name.
|
protected java.util.List<UnparsedExpression> |
parameters
The parameters (optional).
|
Constructor and Description |
---|
NFPropertyInfo()
Create a new property.
|
NFPropertyInfo(java.lang.String name,
ClassInfo clazz,
java.util.List<UnparsedExpression> parameters)
Create a new property.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo |
getClazz()
Get the clazz.
|
java.lang.String |
getName()
Get the name.
|
java.util.List<UnparsedExpression> |
getParameters()
Get the parameters.
|
void |
setClazz(ClassInfo clazz)
Set the clazz.
|
void |
setName(java.lang.String name)
Set the name.
|
void |
setParameters(java.util.List<UnparsedExpression> parameters)
Set the parameters.
|
protected java.lang.String name
protected ClassInfo clazz
protected java.util.List<UnparsedExpression> parameters
public NFPropertyInfo()
public NFPropertyInfo(java.lang.String name, ClassInfo clazz, java.util.List<UnparsedExpression> parameters)
name
- The name.clazz
- The clazz.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name to set.public ClassInfo getClazz()
public void setClazz(ClassInfo clazz)
clazz
- The clazz to set.public java.util.List<UnparsedExpression> getParameters()
public void setParameters(java.util.List<UnparsedExpression> parameters)
parameters
- The parameters to set