| |
|
| java.lang.Object org.apache.roller.config.runtime.PropertyDef
PropertyDef | public class PropertyDef (Code) | | Represents the definition of a single runtime property.
Each property definition may contain these elements
- name (required)
- key (required)
- type (required)
- default-value (required)
- rows (optional)
- cols (options)
author: Allen Gilliland |
PropertyDef | public PropertyDef()(Code) | | Creates a new instance of PropertyDef
|
getCols | public int getCols()(Code) | | |
getRows | public int getRows()(Code) | | |
setCols | public void setCols(int cols)(Code) | | |
setDefaultValue | public void setDefaultValue(String defaultvalue)(Code) | | |
setRows | public void setRows(int rows)(Code) | | |
|
|
|