|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ocltf.test.ExpressionTest
Represents a ExpressionText object loaded into an TranslatorTestConfig object.
Constructor Summary | |
ExpressionTest()
|
Method Summary | |
java.lang.String |
getContextType()
|
java.lang.String |
getFrom()
Gets the from translation. |
java.lang.String |
getTo()
Gets the translation to which the translation should match. |
void |
setContextType(java.lang.String contextType)
|
void |
setFrom(java.lang.String from)
Set the from translation. |
void |
setTo(java.lang.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 |
public ExpressionTest()
Method Detail |
public java.lang.String getContextType()
public void setContextType(java.lang.String contextType)
contextType
- the fully qualified class of the context typepublic java.lang.String getFrom()
public void setFrom(java.lang.String from)
from
- the expression from which translation occurs.public java.lang.String getTo()
public void setTo(java.lang.String to)
to
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |