public class PropertyBean extends PropertyBase
PropertyBase.PropertyExtensionDescriptionGroup.Icon| Constructor and Description |
|---|
PropertyBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
|
PropertyBase.PropertyExtension |
getExtension()
|
String |
getName()
|
String |
getSuggestedValue()
|
ClassName |
getType()
|
void |
setDefaultValue(String defaultValue)
|
void |
setExtension(PropertyBase.PropertyExtension extension)
|
void |
setName(String name)
|
void |
setSuggestedValue(String suggestedValue)
|
void |
setType(ClassName type)
|
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIconpublic String getName()
getName in class PropertyBasepublic void setName(String name)
PropertyBase
setName in class PropertyBasename - the name to setpublic ClassName getType()
getType in class PropertyBasepublic void setType(ClassName type)
PropertyBase
setType in class PropertyBasetype - the type to setpublic String getDefaultValue()
PropertyBase
getDefaultValue in class PropertyBasepublic void setDefaultValue(String defaultValue)
PropertyBase
setDefaultValue in class PropertyBasedefaultValue - the defaultValue to setpublic String getSuggestedValue()
PropertyBase
getSuggestedValue in class PropertyBasepublic void setSuggestedValue(String suggestedValue)
PropertyBase
setSuggestedValue in class PropertyBasesuggestedValue - the suggestedValue to setpublic PropertyBase.PropertyExtension getExtension()
ExtensibleBean
getExtension in interface Extensible<PropertyBase.PropertyExtension>getExtension in class PropertyBasepublic void setExtension(PropertyBase.PropertyExtension extension)
ExtensibleBean
setExtension in interface Extensible<PropertyBase.PropertyExtension>setExtension in class PropertyBaseextension - the extension to setCopyright © 2014 JBoss by Red Hat. All Rights Reserved.