public class PropertyDefinitionBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyDefinitionBean.PropertyType |
| Constructor and Description |
|---|
PropertyDefinitionBean()
No Arg Constructor.
|
PropertyDefinitionBean(String name,
PropertyDefinitionBean.PropertyType type)
Constructor when used from code.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation() |
boolean |
getAuto() |
ConfiguredHow |
getConfiguredHow() |
String |
getFlavour() |
String |
getName() |
PropertyDefinitionBean.PropertyType |
getType() |
void |
setAnnotation(String annotation) |
void |
setAuto(boolean auto) |
void |
setFlavour(String flavour) |
void |
setName(String name) |
void |
setType(PropertyDefinitionBean.PropertyType type) |
String |
toString() |
public PropertyDefinitionBean()
public PropertyDefinitionBean(String name, PropertyDefinitionBean.PropertyType type)
name - type - public void setName(String name)
public String getName()
public void setType(PropertyDefinitionBean.PropertyType type)
public PropertyDefinitionBean.PropertyType getType()
public ConfiguredHow getConfiguredHow()
public String getFlavour()
public void setFlavour(String flavour)
public boolean getAuto()
public void setAuto(boolean auto)
public String getAnnotation()
public void setAnnotation(String annotation)
Copyright © 2023. All rights reserved.