inetsoft.sree
Class RepletParameters.SimpleParameter
java.lang.Object
inetsoft.sree.RepletParameters.Parameter
inetsoft.sree.RepletParameters.SimpleParameter
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- RepletParameters
public static class RepletParameters.SimpleParameter
- extends RepletParameters.Parameter
Simple parameter class.
- See Also:
- Serialized Form
| Methods inherited from class inetsoft.sree.RepletParameters.Parameter |
getAlias, getName, getToolTip, getTypeNode, isMultipleSelection, isVisible, setAlias, setMultipleSelection, setToolTip, setTypeNode, setVisible, toString |
format
public Format format
defaultValue
public Object defaultValue
RepletParameters.SimpleParameter
public RepletParameters.SimpleParameter(String name,
Object def,
Format format)
getDefaultValue
public Object getDefaultValue()
- Get the default value of this parameter.
- Specified by:
getDefaultValue in class RepletParameters.Parameter
setDefaultValue
public void setDefaultValue(Object val)
- Set the default value of this parameter.
- Specified by:
setDefaultValue in class RepletParameters.Parameter
parse
public Object parse(String str)
throws ParseException
- Convert a string to an object using format.
- Throws:
ParseException