Style Intelligence v12.0

inetsoft.sree
Class RepletParameters.SimpleParameter

java.lang.Object
  extended by inetsoft.sree.RepletParameters.Parameter
      extended by 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

Field Summary
 Object defaultValue
           
 Format format
           
 
Fields inherited from class inetsoft.sree.RepletParameters.Parameter
name
 
Constructor Summary
RepletParameters.SimpleParameter(String name, Object def, Format format)
           
 
Method Summary
 Object getDefaultValue()
          Get the default value of this parameter.
 Object parse(String str)
          Convert a string to an object using format.
 void setDefaultValue(Object val)
          Set the default value of this parameter.
 
Methods inherited from class inetsoft.sree.RepletParameters.Parameter
getAlias, getName, getToolTip, getTypeNode, isMultipleSelection, isVisible, setAlias, setMultipleSelection, setToolTip, setTypeNode, setVisible, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

format

public Format format

defaultValue

public Object defaultValue
Constructor Detail

RepletParameters.SimpleParameter

public RepletParameters.SimpleParameter(String name,
                                        Object def,
                                        Format format)
Method Detail

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

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.