|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
com.ibm.etools.systems.filters.impl.SystemFilterStringImpl
Field Summary | |
---|---|
static String |
copyright
|
protected boolean |
default_
|
protected static boolean |
DEFAULT_EDEFAULT
The default value of the ' Default ' attribute |
protected SystemReferencedObjectHelper |
helper
|
protected String |
string
|
protected static String |
STRING_EDEFAULT
The default value of the ' String ' attribute |
protected String |
type
|
protected static String |
TYPE_EDEFAULT
The default value of the ' Type ' attribute |
Constructor Summary | |
---|---|
protected |
SystemFilterStringImpl()
Constructor. |
Method Summary | |
---|---|
int |
addReference(ISystemReferencingObject ref)
Add a reference, increment reference count, return new count |
void |
clone(SystemFilterString targetString)
Clones this filter string's attributes into the given filter string |
Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(EStructuralFeature eFeature)
|
Object |
getAdapter(Class adapterType)
This is the method required by the IAdaptable interface. |
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 |
int |
getReferenceCount()
Return a count of how many referencing objects reference this object. |
ISystemReferencingObject[] |
getReferencingObjects()
Return a list of all referencing objects of this object |
String |
getString()
|
SystemFilterPoolManager |
getSystemFilterPoolManager()
Return the filter pool manager managing this collection of filter pools and their filters and their filter strings. |
String |
getType()
Returns the type attribute. |
String |
getTypeGen()
|
boolean |
isChangable()
Is this filter string changable? |
boolean |
isDefault()
|
void |
removeAllReferences()
Clear the list of referenced objects. |
int |
removeReference(ISystemReferencingObject ref)
Remove a reference, decrement reference count, return new count |
void |
setDefault(boolean newDefault)
|
void |
setParentSystemFilter(SystemFilter filter)
Set the transient parent back-pointer. |
void |
setString(String newString)
|
void |
setType(String newType)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected SystemReferencedObjectHelper helper
public static final String copyright
protected static final String STRING_EDEFAULT
String
' attribute.
getString()
protected String string
protected static final String TYPE_EDEFAULT
Type
' attribute.
getType()
protected String type
protected static final boolean DEFAULT_EDEFAULT
Default
' attribute.
isDefault()
,
Constant Field Valuesprotected boolean default_
Constructor Detail |
protected SystemFilterStringImpl()
Method Detail |
protected EClass eStaticClass()
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
public void setParentSystemFilter(SystemFilter filter)
setParentSystemFilter
in interface SystemFilterString
public SystemFilter getParentSystemFilter()
getParentSystemFilter
in interface SystemFilterString
public SystemFilterPoolManagerProvider getProvider()
getProvider
in interface SystemFilterString
public SystemFilterPoolManager getSystemFilterPoolManager()
getSystemFilterPoolManager
in interface SystemFilterString
public String getType()
getType
in interface SystemFilterString
public void clone(SystemFilterString targetString)
clone
in interface SystemFilterString
public boolean isChangable()
isChangable
in interface SystemFilterString
public int addReference(ISystemReferencingObject ref)
addReference
in interface ISystemReferencedObject
public int removeReference(ISystemReferencingObject ref)
removeReference
in interface ISystemReferencedObject
public int getReferenceCount()
getReferenceCount
in interface ISystemReferencedObject
public void removeAllReferences()
removeAllReferences
in interface ISystemReferencedObject
public ISystemReferencingObject[] getReferencingObjects()
getReferencingObjects
in interface ISystemReferencedObject
public String getString()
getString
in interface SystemFilterString
public void setString(String newString)
setString
in interface SystemFilterString
newString
- The new value of the String attributepublic void setType(String newType)
setType
in interface SystemFilterString
newType
- The new value of the Type attributepublic boolean isDefault()
isDefault
in interface SystemFilterString
public void setDefault(boolean newDefault)
setDefault
in interface SystemFilterString
newDefault
- The new value of the Default attributepublic Object eGet(EStructuralFeature eFeature, boolean resolve)
public boolean eIsSet(EStructuralFeature eFeature)
public void eSet(EStructuralFeature eFeature, Object newValue)
public void eUnset(EStructuralFeature eFeature)
public String toString()
public String getTypeGen()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |