Style Intelligence v12.0

inetsoft.sree
Class RepletParameters.BooleanParameter

java.lang.Object
  extended by inetsoft.sree.RepletParameters.Parameter
      extended by inetsoft.sree.RepletParameters.BooleanParameter
All Implemented Interfaces:
Serializable
Enclosing class:
RepletParameters

public static class RepletParameters.BooleanParameter
extends RepletParameters.Parameter

Boolean parameter.

See Also:
Serialized Form

Field Summary
 boolean defaultValue
           
 
Fields inherited from class inetsoft.sree.RepletParameters.Parameter
name
 
Constructor Summary
RepletParameters.BooleanParameter(String name, boolean def)
           
 
Method Summary
 Object getDefaultValue()
          Get the default value of this parameter.
 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

defaultValue

public boolean defaultValue
Constructor Detail

RepletParameters.BooleanParameter

public RepletParameters.BooleanParameter(String name,
                                         boolean def)
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

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