public class FXBeanDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
className
The class name.
|
private String |
packageName
The package name.
|
private List<FXPropertyDefinition> |
properties
The properties.
|
| Constructor and Description |
|---|
FXBeanDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the class name.
|
String |
getPackageName()
Gets the package name.
|
List<FXPropertyDefinition> |
getProperties()
Gets the properties.
|
void |
setClassName(String className)
Sets the class name.
|
void |
setPackageName(String packageName)
Sets the package name.
|
void |
setProperties(List<FXPropertyDefinition> properties)
Sets the properties.
|
private String packageName
private String className
private List<FXPropertyDefinition> properties
public String getPackageName()
public void setPackageName(String packageName)
packageName - The packageName to set.public String getClassName()
public void setClassName(String className)
className - The className to set.public List<FXPropertyDefinition> getProperties()
public void setProperties(List<FXPropertyDefinition> properties)
properties - The properties to set.Copyright © 2011–2016 JRebirth OSS. All rights reserved.