com.ibm.etools.iseries.perspective.model
Class AbstractISeriesMember
java.lang.Object
com.ibm.etools.iseries.perspective.model.AbstractISeriesResource
com.ibm.etools.iseries.perspective.model.AbstractISeriesMember
- All Implemented Interfaces:
- IISeriesResourceActionFilter
- Direct Known Subclasses:
- AbstractISeriesIFSMember, AbstractISeriesNativeMember
public abstract class AbstractISeriesMember
- extends AbstractISeriesResource
Fields inherited from class com.ibm.etools.iseries.perspective.model.AbstractISeriesResource |
CONTAINER, IFS_CONTAINER, IFS_MEMBER, IFS_ROOT, LOCAL, LOCAL_AND_REMOTE, MEMBER, NATIVE_LIBRARY, NATIVE_MEMBER, NATIVE_OBJECT, NATIVE_ROOT, PROJECT, PROJECT_ROOT, REMOTE |
Method Summary |
IFile |
getBaseIFile()
Access method for the baseIFile property. |
int |
getType()
Returns the type of this resource.
The returned value will be one of static constants defined in this class. |
void |
setBaseIFile(IFile aBaseIFile)
Sets the value of the baseIFile property. |
Methods inherited from class com.ibm.etools.iseries.perspective.model.AbstractISeriesResource |
accept, getAdapter, getBaseIResource, getISeriesProject, getIsLocal, getIsNative, getIsSynchronized, getLocationMask, getMarkerSeverity, getParent, getPropertiesModel, refreshPropertiesModel, setIsLocal, setIsNative, setIsSynchronized, synchronize, testAttribute, toString |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
baseIFile
protected IFile baseIFile
AbstractISeriesMember
public AbstractISeriesMember()
getType
public int getType()
- Description copied from class:
AbstractISeriesResource
- Returns the type of this resource.
The returned value will be one of static constants defined in this class.
- Specified by:
getType
in class AbstractISeriesResource
- Returns:
- the type of this resource.
getBaseIFile
public IFile getBaseIFile()
- Access method for the baseIFile property.
- Returns:
- the current value of the baseIFile property
setBaseIFile
public void setBaseIFile(IFile aBaseIFile)
- Sets the value of the baseIFile property.
- Parameters:
aBaseIFile
- the new value of the baseIFile property
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.