|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.ManifestExplorer.Filter
public class ManifestExplorer.Filter
Filtering options for the manifest explorer to apply when retrieving a collection of ODA data source extension manifests.
Method Summary | |
---|---|
boolean |
isDeprecatedFilterOn()
Indicates whether to hide deprecated extensions. |
boolean |
isHideWrapperFilterOn()
Indicates whether to hide wrapper extensions. |
boolean |
isMissingDataSetTypesFilterOn()
Indicates whether to hide extensions with no data set types defined. |
void |
setDeprecatedFilter(boolean hide)
Specifies whether to hide deprecated extensions. |
void |
setHideWrapper(boolean hide)
Specifies whether to hide wrapper extensions. |
void |
setMissingDataSetTypesFilter(boolean hide)
Specifies whether to hide extensions with no data set types defined. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setMissingDataSetTypesFilter(boolean hide)
hide
- true to hide, false otherwise.public void setDeprecatedFilter(boolean hide)
hide
- true to hide, false otherwise.public void setHideWrapper(boolean hide)
hide
- true to hide, false otherwise.public boolean isMissingDataSetTypesFilterOn()
public boolean isDeprecatedFilterOn()
public boolean isHideWrapperFilterOn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |