|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterModel
Model for a formal parameter of a component.
Parameter
Method Summary | |
---|---|
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. |
Method Detail |
---|
String getName()
boolean isRequired()
boolean isAllowNull()
String getDefaultBindingPrefix()
boolean isCached()
ComponentModel getComponentModel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |