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

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

public interface BU
extends EObject

A representation of the model object 'BU'.

The following features are supported:

See Also:
URefPackage.getBU()

Method Summary
 AU getAu()
          Returns the value of the 'Au' reference.
 C2U getC2u()
          Returns the value of the 'C2u' container reference.
 EList<DU> getDu()
          Returns the value of the 'Du' reference list.
 boolean isSetAu()
          Returns whether the value of the 'Au' reference is set
 boolean isSetDu()
          Returns whether the value of the 'Du' reference list is set
 void setAu(AU value)
          Sets the value of the 'Au' reference
 void setC2u(C2U value)
          Sets the value of the 'C2u' container reference
 void unsetAu()
          Unsets the value of the 'Au' 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

getAu

AU getAu()
Returns the value of the 'Au' reference. It is bidirectional and its opposite is 'Bu'.

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

Returns:
the value of the 'Au' reference.
See Also:
isSetAu(), unsetAu(), setAu(AU), URefPackage.getBU_Au(), AU.getBu()

setAu

void setAu(AU value)
Sets the value of the 'Au' reference.

Parameters:
value - the new value of the 'Au' reference.
See Also:
isSetAu(), unsetAu(), getAu()

unsetAu

void unsetAu()
Unsets the value of the 'Au' reference.

See Also:
isSetAu(), getAu(), setAu(AU)

isSetAu

boolean isSetAu()
Returns whether the value of the 'Au' reference is set.

Returns:
whether the value of the 'Au' reference is set.
See Also:
unsetAu(), getAu(), setAu(AU)

getC2u

C2U getC2u()
Returns the value of the 'C2u' container reference. It is bidirectional and its opposite is 'Bu'.

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

Returns:
the value of the 'C2u' container reference.
See Also:
setC2u(C2U), URefPackage.getBU_C2u(), C2U.getBu()

setC2u

void setC2u(C2U value)
Sets the value of the 'C2u' container reference.

Parameters:
value - the new value of the 'C2u' container reference.
See Also:
getC2u()

getDu

EList<DU> getDu()
Returns the value of the 'Du' reference list. The list contents are of type DU.

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

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

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