|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.kernel.metadata.Property
Class that represents a parsed property from the expresso-services.xml file
| Constructor Summary | |
Property()
Default constructor |
|
| Method Summary | |
abstract Configuration |
createConfigBean(DefaultConfigBean configBean,
ComponentConfig config,
ComponentMetadata metadata)
Override in subclasses. |
String |
getAccess()
Retrieve the access of this property |
String |
getDescription()
Retrieve the description for this property. |
String |
getName()
Retrieve the name of the property |
String |
getType()
Retrieve the java type of this property |
void |
setAccess(String access)
Set the access of this property. |
void |
setDescription(String description)
Set a description of this property |
void |
setName(String name)
Set the name of the property |
void |
setType(String type)
Sets the type of the property |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Property()
| Method Detail |
public String getName()
public void setName(String name)
name - the name of the propertypublic void setType(String type)
type - the Java type of this property. Example: java.lang.Stringpublic String getType()
public void setAccess(String access)
access - the Access of this propertypublic String getAccess()
public void setDescription(String description)
description - the friendly description of this property.public String getDescription()
public abstract Configuration createConfigBean(DefaultConfigBean configBean,
ComponentConfig config,
ComponentMetadata metadata)
configBean - The configBean to populate with this property.config - the current configuration as loaded from the expresso config.xml filemetadata - the current metadata for this component
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||