com.ibm.carma.model
Interface CARMAContent

All Superinterfaces:
CARMAResource, CustomActionAccepter, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, Managed, Movable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CARMAContainer, CARMAMember, CARMAMemberVersion

public interface CARMAContent
extends CARMAResource, Managed, Movable

A representation of the model object 'CARMA Content'. A CARMA Resource which represents SCM content held within a repository instance

The following features are supported:

See Also:
ModelPackage.getCARMAContent()

Field Summary
static java.lang.String copyright
           
 
Fields inherited from interface com.ibm.carma.model.CARMAResource
NO_EXTENSION
 
Method Summary
 ResourceContainer getContainer()
          Returns the value of the 'Container' container reference.
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getContainer

ResourceContainer getContainer()
Returns the value of the 'Container' container reference. It is bidirectional and its opposite is 'Container Contents'.

The container is the parent object of the CARMA content in the content hierarchy.

Retrieves the resource container (parent)

Returns:
the value of the 'Container' container reference.
See Also:
ModelPackage.getCARMAContent_Container(), ResourceContainer.getContainerContents()