org.openxma.dsl.dom.model
Interface TrimFunction

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

public interface TrimFunction
extends Expression

A representation of the model object 'Trim Function'.

The following features are supported:

See Also:
DomPackage.getTrimFunction()

Method Summary
 StringLiteralValue getCharacter()
          Returns the value of the 'Character' containment reference.
 Expression getFrom()
          Returns the value of the 'From' containment reference.
 String getFunction()
          Returns the value of the 'Function' attribute.
 String getMode()
          Returns the value of the 'Mode' attribute.
 void setCharacter(StringLiteralValue value)
          Sets the value of the 'Character' containment reference.
 void setFrom(Expression value)
          Sets the value of the 'From' containment reference.
 void setFunction(String value)
          Sets the value of the 'Function' attribute.
 void setMode(String value)
          Sets the value of the 'Mode' 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.getTrimFunction_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()

getMode

String getMode()
Returns the value of the 'Mode' attribute.

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

Returns:
the value of the 'Mode' attribute.
See Also:
setMode(String), DomPackage.getTrimFunction_Mode()

setMode

void setMode(String value)
Sets the value of the 'Mode' attribute.

Parameters:
value - the new value of the 'Mode' attribute.
See Also:
getMode()

getCharacter

StringLiteralValue getCharacter()
Returns the value of the 'Character' containment reference.

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

Returns:
the value of the 'Character' containment reference.
See Also:
setCharacter(StringLiteralValue), DomPackage.getTrimFunction_Character()

setCharacter

void setCharacter(StringLiteralValue value)
Sets the value of the 'Character' containment reference.

Parameters:
value - the new value of the 'Character' containment reference.
See Also:
getCharacter()

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


Copyright © 2013. All Rights Reserved.