public class Param extends BaseObject implements Serializable
UrlSchema of a PageDefinition and for parametrizing Actions and Datasources.| Modifier and Type | Field and Description |
|---|---|
protected String |
_default |
protected String |
name |
protected ParamType |
type |
protected String |
value |
| Constructor and Description |
|---|
Param() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault()
The default-value for this parameter.
|
String |
getName()
The name of the parameter, must start with a character, after that only characters, digits and
underscore are allowed.
|
ParamType |
getType()
The
ParamType for this parameter. |
String |
getValue()
Gets the value of the value property.
|
void |
setDefault(String value)
Sets the value of the default property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(ParamType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String name
protected ParamType type
protected String _default
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ParamType getType()
ParamType for this parameter.ParamTypepublic void setType(ParamType value)
value - allowed object is
ParamTypepublic String getDefault()
StringCopyright © 2011–2022 aiticon GmbH. All rights reserved.