|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.service.indexmanagement.SupportedOptionSet
A set of supported operations for a resource
Copyright 2004 SAP AG
| Constructor Summary | |
SupportedOptionSet()
|
|
| Method Summary | |
void |
add(SupportedOption op)
Add an option to the set of supported options. |
boolean |
isSupported(SupportedOption op)
Checks whether the option is supported. |
java.util.Iterator |
iterator()
Returns an iterator for the set of supported options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SupportedOptionSet()
| Method Detail |
public boolean isSupported(SupportedOption op)
ISupportedOptionSetisSupported in interface ISupportedOptionSetcom.sapportals.wcm.service.indexmanagement.ISupportedOptionSetop - the option which is checkedpublic void add(SupportedOption op)
ISupportedOptionSetadd in interface ISupportedOptionSetcom.sapportals.wcm.service.indexmanagement.ISupportedOptionSetop - the option to addpublic java.util.Iterator iterator()
ISupportedOptionSetiterator in interface ISupportedOptionSetcom.sapportals.wcm.service.indexmanagement.ISupportedOptionSet
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||