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

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

public interface C4U
extends EObject

A representation of the model object 'C4U'.

The following features are supported:

See Also:
URefPackage.getC4U()

Method Summary
 CU getCu()
          Returns the value of the 'Cu' containment reference.
 EList<DU> getDu()
          Returns the value of the 'Du' containment reference list.
 boolean isSetCu()
          Returns whether the value of the 'Cu' containment reference is set
 boolean isSetDu()
          Returns whether the value of the 'Du' containment reference list is set
 void setCu(CU value)
          Sets the value of the 'Cu' containment reference
 void unsetCu()
          Unsets the value of the 'Cu' containment reference
 void unsetDu()
          Unsets the value of the 'Du' containment 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

getCu

CU getCu()
Returns the value of the 'Cu' containment reference. It is bidirectional and its opposite is 'C4u'.

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

Returns:
the value of the 'Cu' containment reference.
See Also:
isSetCu(), unsetCu(), setCu(CU), URefPackage.getC4U_Cu(), CU.getC4u()

setCu

void setCu(CU value)
Sets the value of the 'Cu' containment reference.

Parameters:
value - the new value of the 'Cu' containment reference.
See Also:
isSetCu(), unsetCu(), getCu()

unsetCu

void unsetCu()
Unsets the value of the 'Cu' containment reference.

See Also:
isSetCu(), getCu(), setCu(CU)

isSetCu

boolean isSetCu()
Returns whether the value of the 'Cu' containment reference is set.

Returns:
whether the value of the 'Cu' containment reference is set.
See Also:
unsetCu(), getCu(), setCu(CU)

getDu

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

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

Returns:
the value of the 'Du' containment reference list.
See Also:
isSetDu(), unsetDu(), URefPackage.getC4U_Du(), DU.getC4u()

unsetDu

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

See Also:
isSetDu(), getDu()

isSetDu

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

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

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