org.eclipse.emf.cdo.defs
Interface CDOViewDef

All Superinterfaces:
org.eclipse.net4j.util.defs.Def, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CDOAuditDef, CDOTransactionDef
All Known Implementing Classes:
CDOAuditDefImpl, CDOTransactionDefImpl, CDOViewDefImpl

public interface CDOViewDef
extends org.eclipse.net4j.util.defs.Def

A representation of the model object 'CDO View Def'.

The following features are supported:

See Also:
CDODefsPackage.getCDOViewDef()

Method Summary
 CDOSessionDef getCdoSessionDef()
          Returns the value of the 'Cdo Session Def' reference.
 void setCdoSessionDef(CDOSessionDef value)
          Sets the value of the 'Cdo Session Def' reference.
 
Methods inherited from interface org.eclipse.net4j.util.defs.Def
getInstance, isTouched, unsetInstance
 
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
 

Method Detail

getCdoSessionDef

CDOSessionDef getCdoSessionDef()
Returns the value of the 'Cdo Session Def' reference.

If the meaning of the 'Cdo Session Def' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cdo Session Def' reference.
See Also:
setCdoSessionDef(CDOSessionDef), CDODefsPackage.getCDOViewDef_CdoSessionDef()

setCdoSessionDef

void setCdoSessionDef(CDOSessionDef value)
Sets the value of the 'Cdo Session Def' reference.

Parameters:
value - the new value of the 'Cdo Session Def' reference.
See Also:
getCdoSessionDef()

Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.