org.eclipse.emf.test.models.ref.unsettable
Interface CU

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
CUImpl

public interface CU
extends EObject

A representation of the model object 'CU'.

The following features are supported:

See Also:
URefPackage.getCU()

Method Summary
 C4U getC4u()
          Returns the value of the 'C4u' container reference.
 EList<DU> getDu()
          Returns the value of the 'Du' reference list.
 boolean isSetDu()
          Returns whether the value of the 'Du' reference list is set
 void setC4u(C4U value)
          Sets the value of the 'C4u' container reference
 void unsetDu()
          Unsets the value of the 'Du' reference list
 
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

getDu

EList<DU> getDu()
Returns the value of the 'Du' reference list. The list contents are of type DU. It is bidirectional and its opposite is 'Cu'.

If the meaning of the 'Du' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Du' reference list.
See Also:
isSetDu(), unsetDu(), URefPackage.getCU_Du(), DU.getCu()

unsetDu

void unsetDu()
Unsets the value of the 'Du' reference list.

See Also:
isSetDu(), getDu()

isSetDu

boolean isSetDu()
Returns whether the value of the 'Du' reference list is set.

Returns:
whether the value of the 'Du' reference list is set.
See Also:
unsetDu(), getDu()

getC4u

C4U getC4u()
Returns the value of the 'C4u' container reference. It is bidirectional and its opposite is 'Cu'.

If the meaning of the 'C4u' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'C4u' container reference.
See Also:
setC4u(C4U), URefPackage.getCU_C4u(), C4U.getCu()

setC4u

void setC4u(C4U value)
Sets the value of the 'C4u' container reference.

Parameters:
value - the new value of the 'C4u' container reference.
See Also:
getC4u()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.