|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOptions
Method Summary | |
---|---|
void |
addOption(String option)
Add an option to the pool of option. |
void |
addOptions(List<String> options)
Add a list of options to the pool of options of the object |
void |
addOptions(Set<String> options)
Add a set of options to the pool of options of the object |
void |
addOptions(String options)
Add several options to the pool of option. |
void |
addOptions(String[] options)
Add an array of options to the pool of options of the object |
boolean |
containsOption(String option)
check if the option is activated |
List<String> |
getOptions()
Get the pool of unique options |
Method Detail |
---|
void addOption(String option)
the
- option.void addOptions(String options)
options
- void addOptions(String[] options)
options
- array of optionsvoid addOptions(List<String> options)
options
- set of optionsvoid addOptions(Set<String> options)
options
- set of optionsList<String> getOptions()
boolean containsOption(String option)
true
if the set contains the option
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |