public class NFPropertyInfo extends Object
| Constructor and Description |
|---|
NFPropertyInfo()
Create a new property.
|
NFPropertyInfo(String name,
ClassInfo clazz)
Create a new property.
|
| Modifier and Type | Method and Description |
|---|---|
ClassInfo |
getClazz()
Get the clazz.
|
String |
getName()
Get the name.
|
void |
setClazz(ClassInfo clazz)
Set the clazz.
|
void |
setName(String name)
Set the name.
|
public String getName()
public void setName(String name)
name - The name to set.public ClassInfo getClazz()
public void setClazz(ClassInfo clazz)
clazz - The clazz to set.Copyright © 2015. All Rights Reserved.