org.openxma.dsl.dom.model
Interface IElementWithNoName

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QueryParameterReference, org.openxma.dsl.core.model.ReferenceableByXmadslVariable
All Known Implementing Classes:
IElementWithNoNameImpl

public interface IElementWithNoName
extends org.openxma.dsl.core.model.ReferenceableByXmadslVariable, QueryParameterReference

A representation of the model object 'IElement With No Name'.

The following features are supported:

See Also:
DomPackage.getIElementWithNoName()

Method Summary
 String getNoName()
          Returns the value of the 'No Name' attribute.
 void setNoName(String value)
          Sets the value of the 'No Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getNoName

String getNoName()
Returns the value of the 'No Name' attribute.

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

Returns:
the value of the 'No Name' attribute.
See Also:
setNoName(String), DomPackage.getIElementWithNoName_NoName()

setNoName

void setNoName(String value)
Sets the value of the 'No Name' attribute.

Parameters:
value - the new value of the 'No Name' attribute.
See Also:
getNoName()


Copyright © 2013. All Rights Reserved.