org.andromda.translation.ocl.testsuite
Class ExpressionTest

java.lang.Object
  extended by org.andromda.translation.ocl.testsuite.ExpressionTest

public class ExpressionTest
extends Object

Represents a ExpressionText object loaded into an TranslatorTestConfig object.

Author:
Chad Brandon

Constructor Summary
ExpressionTest()
           
 
Method Summary
 String getFrom()
          Gets the from translation.
 String getTo()
          Gets the translation to which the translation should match.
 void setFrom(String from)
          Set the from translation.
 void setTo(String to)
          Sets the translation to which the translation should match after the translation of the 'from' property occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionTest

public ExpressionTest()
Method Detail

getFrom

public String getFrom()
Gets the from translation.

Returns:
String

setFrom

public void setFrom(String from)
Set the from translation.

Parameters:
from - the expression from which translation occurs.

getTo

public String getTo()
Gets the translation to which the translation should match.

Returns:
String

setTo

public void setTo(String to)
Sets the translation to which the translation should match after the translation of the 'from' property occurs.

Parameters:
to -


Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.