com.ibm.carma.model
Interface CARMAMemberVersion

All Superinterfaces:
CARMAContent, CARMAMember, CARMAResource, Convertable, CustomActionAccepter, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, Managed, Movable, org.eclipse.emf.common.notify.Notifier

public interface CARMAMemberVersion
extends CARMAMember

A representation of the model object 'CARMA Member Version'. A version history of a CARMAMember

The following features are supported:

Since:
7.1
See Also:
ModelPackage.getCARMAMemberVersion()

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface com.ibm.carma.model.CARMAResource
NO_EXTENSION
 
Method Summary
 java.lang.String getComments()
          Returns the value of the 'Comments' attribute.
 
Methods inherited from interface com.ibm.carma.model.CARMAMember
copyFromExternal, copyToExternal, getLRECL, getMemberContents, getRecFM, getVersion, getVersionHistory, isSetLRECL, isSetRecFM, isSetVersion, isSetVersionHistory, refreshVersionHistory, refreshVersionHistoryWithMemberInfo, setMemberContents
 
Methods inherited from interface com.ibm.carma.model.CARMAContent
getContainer
 
Methods inherited from interface com.ibm.carma.model.CARMAResource
delete, delete, getCARMA, getFileName, getLastRefreshTime, getLocalExtension, getMemberId, getMemberInfo, getMemberInfoMap, getName, getRamExtension, getRepository, getRepositoryManager, isBinary, isSetBinary, isSetLocalExtension, isSetMemberInfoMap, isSetRamExtension, refreshMemberInfo, refreshRAMFileExtension, setBinary, setLocalExtension, setMemberInfo, setName, unsetBinary, unsetLocalExtension
 
Methods inherited from interface com.ibm.carma.model.CustomActionAccepter
findActionFor, markActionUnsupported, performAction
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface com.ibm.carma.model.Managed
checkin, checkout, lock, unlock
 
Methods inherited from interface com.ibm.carma.model.Movable
copy, move
 
Methods inherited from interface com.ibm.carma.model.Convertable
getBidiOptions, getBidiOptionsFile, getLocalCodepage, getRemoteCodepage, isSetBidiOptions, isSetBidiOptionsFile, isSetLocalCodepage, isSetRemoteCodepage, setBidiOptions, setBidiOptionsFile, setLocalCodepage, setRemoteCodepage, unsetBidiOptions, unsetBidiOptionsFile, unsetLocalCodepage, unsetRemoteCodepage
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getComments

java.lang.String getComments()
Returns the value of the 'Comments' attribute. comments associated with the resource version

Returns:
the value of the 'Comments' attribute.
See Also:
ModelPackage.getCARMAMemberVersion_Comments()