public interface Parameter extends UIInfo
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType()
Retrieves Java class type for this parameter.
|
java.lang.String |
getValueExpression()
Parameter value is an EL expression in the JSF syntax.
|
boolean |
setType(java.lang.String type)
Sets the type of this parameter to a new value.
|
boolean |
setValueExpression(java.lang.String valueExpression)
Sets the value expression of this parameter to a new value.
|
getDescription, getDisplayName, getLargeIcon, getSmallIcon, getUIInfo, setDescription, setDisplayName, setLargeIcon, setSmallIcon
getParsingContext, validate
getIdAttribute, setIdAttribute
getNode
java.lang.String getType()
java.lang.String getValueExpression()
#{pageFlowScope.dataBean.bar}.
boolean setType(java.lang.String type)
type
- new parameter nameboolean setValueExpression(java.lang.String valueExpression)
valueExpression
- new parameter value