|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- public interface Parameter<T>
General parameter interface.
Method Summary | |
---|---|
T |
getDefaultValue()
A default value for the parameter. |
InternationalString |
getDescription()
Description of the parameter. |
int |
getMaxOccurs()
The maximum number of occurrences of the parameter. |
int |
getMinOccurs()
The minimum number of occurrences of the parameter. |
String |
getName()
Name of the parameter. |
InternationalString |
getTitle()
Title of the parameter. |
Class<T> |
getType()
Type/class of the parameter. |
Boolean |
isRequired()
Flag indicating if the parameter is required or not. |
Method Detail |
---|
String getName()
InternationalString getTitle()
InternationalString getDescription()
Class<T> getType()
Boolean isRequired()
int getMinOccurs()
int getMaxOccurs()
T getDefaultValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |