public interface ParameterModel
Parameter
Modifier and Type | Method and Description |
---|---|
ComponentModel |
getComponentModel()
Identifies the component model in which the parameter is defined.
|
String |
getDefaultBindingPrefix()
The default binding prefix for the parameter, usually "prop".
|
String |
getName()
The name of the parameter.
|
boolean |
isAllowNull()
If true, then no check is needed.
|
boolean |
isCached() |
boolean |
isRequired()
If true, the parameter is required.
|
boolean isRequired()
boolean isAllowNull()
String getDefaultBindingPrefix()
boolean isCached()
ComponentModel getComponentModel()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.