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

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

public interface C1U
extends EObject

A representation of the model object 'C1U'.

The following features are supported:

See Also:
URefPackage.getC1U()

Method Summary
 AU getAu()
          Returns the value of the 'Au' containment reference
 EList<BU> getBu()
          Returns the value of the 'Bu' containment reference list.
 boolean isSetAu()
          Returns whether the value of the 'Au' containment reference is set
 boolean isSetBu()
          Returns whether the value of the 'Bu' containment reference list is set
 void setAu(AU value)
          Sets the value of the 'Au' containment reference
 void unsetAu()
          Unsets the value of the 'Au' containment reference
 void unsetBu()
          Unsets the value of the 'Bu' 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

getAu

AU getAu()
Returns the value of the 'Au' containment reference.

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

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

setAu

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

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

unsetAu

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

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

isSetAu

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

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

getBu

EList<BU> getBu()
Returns the value of the 'Bu' containment reference list. The list contents are of type BU.

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

Returns:
the value of the 'Bu' containment reference list.
See Also:
isSetBu(), unsetBu(), URefPackage.getC1U_Bu()

unsetBu

void unsetBu()
Unsets the value of the 'Bu' containment reference list.

See Also:
isSetBu(), getBu()

isSetBu

boolean isSetBu()
Returns whether the value of the 'Bu' containment reference list is set.

Returns:
whether the value of the 'Bu' containment reference list is set.
See Also:
unsetBu(), getBu()

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