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

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

public interface DU
extends EObject

A representation of the model object 'DU'.

The following features are supported:

See Also:
URefPackage.getDU()

Method Summary
 C4U getC4u()
          Returns the value of the 'C4u' container reference.
 CU getCu()
          Returns the value of the 'Cu' reference.
 EList<EU> getEu()
          Returns the value of the 'Eu' reference list.
 boolean isSetCu()
          Returns whether the value of the 'Cu' reference is set
 boolean isSetEu()
          Returns whether the value of the 'Eu' reference list is set
 void setC4u(C4U value)
          Sets the value of the 'C4u' container reference
 void setCu(CU value)
          Sets the value of the 'Cu' reference
 void unsetCu()
          Unsets the value of the 'Cu' reference
 void unsetEu()
          Unsets the value of the 'Eu' 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' reference. It is bidirectional and its opposite is 'Du'.

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

Returns:
the value of the 'Cu' reference.
See Also:
isSetCu(), unsetCu(), setCu(CU), URefPackage.getDU_Cu(), CU.getDu()

setCu

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

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

unsetCu

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

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

isSetCu

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

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

getC4u

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

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.getDU_C4u(), C4U.getDu()

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()

getEu

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

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

Returns:
the value of the 'Eu' reference list.
See Also:
isSetEu(), unsetEu(), URefPackage.getDU_Eu(), EU.getDu()

unsetEu

void unsetEu()
Unsets the value of the 'Eu' reference list.

See Also:
isSetEu(), getEu()

isSetEu

boolean isSetEu()
Returns whether the value of the 'Eu' reference list is set.

Returns:
whether the value of the 'Eu' reference list is set.
See Also:
unsetEu(), getEu()

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