|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.sree.RepletParameters.Parameter
public abstract static class RepletParameters.Parameter
Parameter base class.
| 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 |
|---|
public String name
| Constructor Detail |
|---|
public RepletParameters.Parameter(String name)
| Method Detail |
|---|
public String getName()
public void setAlias(String alias)
public String getAlias()
public void setToolTip(String toolTip)
toolTip - parameter toolTip.public String getToolTip()
public void setVisible(boolean visible)
public boolean isVisible()
public abstract Object getDefaultValue()
public abstract void setDefaultValue(Object val)
public XTypeNode getTypeNode()
public void setTypeNode(XTypeNode tnode)
tnode - the specified type node.public String toString()
toString in class Objectpublic void setMultipleSelection(boolean multi)
public boolean isMultipleSelection()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||