public class Param extends BaseObject implements Serializable
UrlSchema
of a PageDefinition
and for parametrizing Action
s and Datasource
s.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()
String
public void setValue(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public ParamType getType()
ParamType
for this parameter.ParamType
public void setType(ParamType value)
value
- allowed object is
ParamType
public String getDefault()
String
Copyright © 2011–2017 aiticon GmbH. All rights reserved.