|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the configuration for a single configuration type handler.
| Method Summary | |
Class |
getType()
Retrieves the Class type handled by this type handler |
Class |
getTypeHandlerClass()
Gets the class of the handler. |
void |
setType(Class type)
Sets the type handled by this type handler |
void |
setTypeHandlerClass(Class typeHandler)
Sets the type of the handler. |
| Methods inherited from interface org.sape.carbon.core.config.Configuration |
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly |
| Method Detail |
public Class getType()
public void setType(Class type)
type - the type handled by this type handlerpublic Class getTypeHandlerClass()
public void setTypeHandlerClass(Class typeHandler)
typeHandler - the type handler class to handle these types
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||