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

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

public interface AU
extends EObject

A representation of the model object 'AU'.

The following features are supported:

See Also:
URefPackage.getAU()

Method Summary
 BU getBu()
          Returns the value of the 'Bu' reference.
 C2U getC2u()
          Returns the value of the 'C2u' container reference.
 CU getCu()
          Returns the value of the 'Cu' reference
 boolean isSetBu()
          Returns whether the value of the 'Bu' reference is set
 boolean isSetCu()
          Returns whether the value of the 'Cu' reference is set
 void setBu(BU value)
          Sets the value of the 'Bu' reference
 void setC2u(C2U value)
          Sets the value of the 'C2u' container reference
 void setCu(CU value)
          Sets the value of the 'Cu' reference
 void unsetBu()
          Unsets the value of the 'Bu' reference
 void unsetCu()
          Unsets the value of the 'Cu' reference
 
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

getBu

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

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

Returns:
the value of the 'Bu' reference.
See Also:
isSetBu(), unsetBu(), setBu(BU), URefPackage.getAU_Bu(), BU.getAu()

setBu

void setBu(BU value)
Sets the value of the 'Bu' reference.

Parameters:
value - the new value of the 'Bu' reference.
See Also:
isSetBu(), unsetBu(), getBu()

unsetBu

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

See Also:
isSetBu(), getBu(), setBu(BU)

isSetBu

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

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

getC2u

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

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.getAU_C2u(), C2U.getAu()

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

getCu

CU getCu()
Returns the value of the 'Cu' reference.

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

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)

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