Interface ConfidentialAccessSpecification
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
ConfidentialAccessSpecificationImpl
public interface ConfidentialAccessSpecification extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Confidential Access Specification'.The following features are supported:
- See Also:
ContextPackage.getConfidentialAccessSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<ContextContainer>
getContextContainer()
Returns the value of the 'Context Container' containment reference list.PCMSpecificationContainer
getPcmspecificationcontainer()
Returns the value of the 'Pcmspecificationcontainer' containment reference.EList<ContextSetContainer>
getSetContainer()
Returns the value of the 'Set Container' containment reference list.TypeContainer
getTypeContainer()
Returns the value of the 'Type Container' containment reference.void
setPcmspecificationcontainer(PCMSpecificationContainer value)
Sets the value of the 'Pcmspecificationcontainer
' containment reference.void
setTypeContainer(TypeContainer value)
Sets the value of the 'Type Container
' containment reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getSetContainer
EList<ContextSetContainer> getSetContainer()
Returns the value of the 'Set Container' containment reference list. The list contents are of typeContextSetContainer
.- Returns:
- the value of the 'Set Container' containment reference list.
- See Also:
ContextPackage.getConfidentialAccessSpecification_SetContainer()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
getContextContainer
EList<ContextContainer> getContextContainer()
Returns the value of the 'Context Container' containment reference list. The list contents are of typeContextContainer
.- Returns:
- the value of the 'Context Container' containment reference list.
- See Also:
ContextPackage.getConfidentialAccessSpecification_ContextContainer()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
getTypeContainer
TypeContainer getTypeContainer()
Returns the value of the 'Type Container' containment reference.- Returns:
- the value of the 'Type Container' containment reference.
- See Also:
setTypeContainer(TypeContainer)
,ContextPackage.getConfidentialAccessSpecification_TypeContainer()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setTypeContainer
void setTypeContainer(TypeContainer value)
Sets the value of the 'Type Container
' containment reference.- Parameters:
value
- the new value of the 'Type Container' containment reference.- See Also:
getTypeContainer()
- Generated class or method.
-
getPcmspecificationcontainer
PCMSpecificationContainer getPcmspecificationcontainer()
Returns the value of the 'Pcmspecificationcontainer' containment reference.- Returns:
- the value of the 'Pcmspecificationcontainer' containment reference.
- See Also:
setPcmspecificationcontainer(PCMSpecificationContainer)
,ContextPackage.getConfidentialAccessSpecification_Pcmspecificationcontainer()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setPcmspecificationcontainer
void setPcmspecificationcontainer(PCMSpecificationContainer value)
Sets the value of the 'Pcmspecificationcontainer
' containment reference.- Parameters:
value
- the new value of the 'Pcmspecificationcontainer' containment reference.- See Also:
getPcmspecificationcontainer()
- Generated class or method.
-
-