org.openxma.dsl.dom.model
Interface CastFunction

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

public interface CastFunction
extends Expression

A representation of the model object 'Cast Function'.

The following features are supported:

See Also:
DomPackage.getCastFunction()

Method Summary
 Expression getFrom()
          Returns the value of the 'From' containment reference.
 String getFunction()
          Returns the value of the 'Function' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setFrom(Expression value)
          Sets the value of the 'From' containment reference.
 void setFunction(String value)
          Sets the value of the 'Function' attribute.
 void setName(String value)
          Sets the value of the '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

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

getFrom

Expression getFrom()
Returns the value of the 'From' containment reference.

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

Returns:
the value of the 'From' containment reference.
See Also:
setFrom(Expression), DomPackage.getCastFunction_From()

setFrom

void setFrom(Expression value)
Sets the value of the 'From' containment reference.

Parameters:
value - the new value of the 'From' containment reference.
See Also:
getFrom()

getName

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:
setName(String), DomPackage.getCastFunction_Name()

setName

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

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


Copyright © 2013. All Rights Reserved.