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

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

public interface EU
extends EObject

A representation of the model object 'EU'.

The following features are supported:

See Also:
URefPackage.getEU()

Method Summary
 EList<DU> getDu()
          Returns the value of the 'Du' reference list.
 EList<java.lang.String> getIds()
          Returns the value of the 'Ids' attribute list.
 EList<java.lang.String> getLabels()
          Returns the value of the 'Labels' attribute list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 boolean isSetDu()
          Returns whether the value of the 'Du' reference list is set
 boolean isSetIds()
          Returns whether the value of the 'Ids' attribute list is set
 boolean isSetLabels()
          Returns whether the value of the 'Labels' attribute list is set
 boolean isSetName()
          Returns whether the value of the 'Name' attribute is set
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void unsetDu()
          Unsets the value of the 'Du' reference list
 void unsetIds()
          Unsets the value of the 'Ids' attribute list
 void unsetLabels()
          Unsets the value of the 'Labels' attribute list
 void unsetName()
          Unsets the value of the 'Name' attribute
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
isSetName(), unsetName(), setName(String), URefPackage.getEU_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
isSetName(), unsetName(), getName()

unsetName

void unsetName()
Unsets the value of the 'Name' attribute.

See Also:
isSetName(), getName(), setName(String)

isSetName

boolean isSetName()
Returns whether the value of the 'Name' attribute is set.

Returns:
whether the value of the 'Name' attribute is set.
See Also:
unsetName(), getName(), setName(String)

getIds

EList<java.lang.String> getIds()
Returns the value of the 'Ids' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Ids' attribute list.
See Also:
isSetIds(), unsetIds(), URefPackage.getEU_Ids()

unsetIds

void unsetIds()
Unsets the value of the 'Ids' attribute list.

See Also:
isSetIds(), getIds()

isSetIds

boolean isSetIds()
Returns whether the value of the 'Ids' attribute list is set.

Returns:
whether the value of the 'Ids' attribute list is set.
See Also:
unsetIds(), getIds()

getLabels

EList<java.lang.String> getLabels()
Returns the value of the 'Labels' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Labels' attribute list.
See Also:
isSetLabels(), unsetLabels(), URefPackage.getEU_Labels()

unsetLabels

void unsetLabels()
Unsets the value of the 'Labels' attribute list.

See Also:
isSetLabels(), getLabels()

isSetLabels

boolean isSetLabels()
Returns whether the value of the 'Labels' attribute list is set.

Returns:
whether the value of the 'Labels' attribute list is set.
See Also:
unsetLabels(), getLabels()

getDu

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

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.getEU_Du(), DU.getEu()

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.