|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
void |
clone(SystemFilterString targetString)
Clones this filter string's attributes into the given filter string |
SystemFilter |
getParentSystemFilter()
Get the parent filter that contains this filter string. |
SystemFilterPoolManagerProvider |
getProvider()
Return the caller which instantiated the filter pool manager overseeing this filter framework instance |
String |
getString()
|
SystemFilterPoolManager |
getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters and their filter strings. |
String |
getType()
|
boolean |
isChangable()
Is this filter string changable? |
boolean |
isDefault()
|
void |
setDefault(boolean value)
|
void |
setParentSystemFilter(SystemFilter filter)
Set the transient parent back-pointer. |
void |
setString(String value)
|
void |
setType(String value)
|
Methods inherited from interface com.ibm.etools.systems.references.ISystemReferencedObject |
---|
addReference, getReferenceCount, getReferencingObjects, removeAllReferences, removeReference |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Field Detail |
public static final String copyright
Method Detail |
public SystemFilterPoolManagerProvider getProvider()
public SystemFilterPoolManager getSystemFilterPoolManager()
public void setParentSystemFilter(SystemFilter filter)
public SystemFilter getParentSystemFilter()
public void clone(SystemFilterString targetString)
public boolean isChangable()
public String getString()
public void setString(String value)
value
- The new value of the String attributepublic String getType()
public void setType(String value)
value
- The new value of the Type attributepublic boolean isDefault()
public void setDefault(boolean value)
value
- The new value of the Default attribute
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |