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.
|
Constructor and Description |
---|
NFPropertyInfo()
Create a new property.
|
NFPropertyInfo(java.lang.String name,
ClassInfo clazz)
Create a new property.
|
Modifier and Type | Method and Description |
---|---|
ClassInfo |
getClazz()
Get the clazz.
|
java.lang.String |
getName()
Get the name.
|
void |
setClazz(ClassInfo clazz)
Set the clazz.
|
void |
setName(java.lang.String name)
Set the name.
|
protected java.lang.String name
protected ClassInfo clazz
public NFPropertyInfo()
public NFPropertyInfo(java.lang.String name, ClassInfo clazz)
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.