org.openxma.dsl.dom.model
Interface CollectionFunction

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CollectionFunctionImpl

public interface CollectionFunction
extends Expression

A representation of the model object 'Collection Function'.

The following features are supported:

See Also:
DomPackage.getCollectionFunction()

Method Summary
 String getFunction()
          Returns the value of the 'Function' attribute.
 PropertyValue getProperty()
          Returns the value of the 'Property' containment reference.
 void setFunction(String value)
          Sets the value of the 'Function' attribute.
 void setProperty(PropertyValue value)
          Sets the value of the 'Property' containment reference.
 
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

getFunction

String getFunction()
Returns the value of the 'Function' attribute.

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

Returns:
the value of the 'Function' attribute.
See Also:
setFunction(String), DomPackage.getCollectionFunction_Function()

setFunction

void setFunction(String value)
Sets the value of the 'Function' attribute.

Parameters:
value - the new value of the 'Function' attribute.
See Also:
getFunction()

getProperty

PropertyValue getProperty()
Returns the value of the 'Property' containment reference.

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

Returns:
the value of the 'Property' containment reference.
See Also:
setProperty(PropertyValue), DomPackage.getCollectionFunction_Property()

setProperty

void setProperty(PropertyValue value)
Sets the value of the 'Property' containment reference.

Parameters:
value - the new value of the 'Property' containment reference.
See Also:
getProperty()


Copyright © 2013. All Rights Reserved.