Style Intelligence v12.0

inetsoft.sree
Class RepletParameters.Parameter

java.lang.Object
  extended by inetsoft.sree.RepletParameters.Parameter
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepletParameters.BooleanParameter, RepletParameters.ChoiceParameter, RepletParameters.DateParameter, RepletParameters.DateTimeParameter, RepletParameters.ListParameter, RepletParameters.OptionParameter, RepletParameters.PasswordParameter, RepletParameters.RadioParameter, RepletParameters.SimpleParameter, RepletParameters.TextAreaParameter, RepletParameters.TimeParameter
Enclosing class:
RepletParameters

public abstract static class RepletParameters.Parameter
extends Object
implements Serializable

Parameter base class.

See Also:
Serialized Form

Field Summary
 String name
           
 
Constructor Summary
RepletParameters.Parameter(String name)
          Create a parameter with the specified name.
 
Method Summary
 String getAlias()
          Get the alias of this parameter.
abstract  Object getDefaultValue()
          Get the default value of this parameter.
 String getName()
          Get the parameter name.
 String getToolTip()
          Get the toolTip of this parameter.
 XTypeNode getTypeNode()
          Get the type node.
 boolean isMultipleSelection()
          Check if multiple input is allowed.
 boolean isVisible()
          Check the visibility of the parameter.
 void setAlias(String alias)
          Set the alias of this parameter.
abstract  void setDefaultValue(Object val)
          Set the default value of this parameter.
 void setMultipleSelection(boolean multi)
          Set whether to allow multiple input.
 void setToolTip(String toolTip)
          Set the toolTip of this parameter.
 void setTypeNode(XTypeNode tnode)
          Set the type node to this parameter.
 void setVisible(boolean visible)
          Set the visibility of the parameter.
 String toString()
          To string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name
Constructor Detail

RepletParameters.Parameter

public RepletParameters.Parameter(String name)
Create a parameter with the specified name.

Method Detail

getName

public String getName()
Get the parameter name.


setAlias

public void setAlias(String alias)
Set the alias of this parameter.


getAlias

public String getAlias()
Get the alias of this parameter.


setToolTip

public void setToolTip(String toolTip)
Set the toolTip of this parameter.

Parameters:
toolTip - parameter toolTip.

getToolTip

public String getToolTip()
Get the toolTip of this parameter.


setVisible

public void setVisible(boolean visible)
Set the visibility of the parameter.


isVisible

public boolean isVisible()
Check the visibility of the parameter.


getDefaultValue

public abstract Object getDefaultValue()
Get the default value of this parameter.


setDefaultValue

public abstract void setDefaultValue(Object val)
Set the default value of this parameter.


getTypeNode

public XTypeNode getTypeNode()
Get the type node.

Returns:
the type node of this parameter.

setTypeNode

public void setTypeNode(XTypeNode tnode)
Set the type node to this parameter.

Parameters:
tnode - the specified type node.

toString

public String toString()
To string.

Overrides:
toString in class Object

setMultipleSelection

public void setMultipleSelection(boolean multi)
Set whether to allow multiple input.


isMultipleSelection

public boolean isMultipleSelection()
Check if multiple input is allowed.


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