org.smartcomps.twister.engine.priv.core.definition
Interface Assignment
- All Known Implementing Classes:
- AssignmentImpl
- public interface Assignment
The actual assignment, as part of an Assign activity which is just an
assignment group.
- See Also:
Assign
VARIABLE_PART
public static final int VARIABLE_PART
- See Also:
- Constant Field Values
PARTNER_REFERENCE
public static final int PARTNER_REFERENCE
- See Also:
- Constant Field Values
VARIABLE_PROPERTY
public static final int VARIABLE_PROPERTY
- See Also:
- Constant Field Values
EXPRESSION
public static final int EXPRESSION
- See Also:
- Constant Field Values
LITERAL
public static final int LITERAL
- See Also:
- Constant Field Values
getFromType
public int getFromType()
setFromType
public void setFromType(int type)
getToType
public int getToType()
setToType
public void setToType(int type)
getFromFirstValue
public java.lang.String getFromFirstValue()
setFromFirstValue
public void setFromFirstValue(java.lang.String value)
getFromSecondValue
public java.lang.String getFromSecondValue()
setFromSecondValue
public void setFromSecondValue(java.lang.String value)
getToFirstValue
public java.lang.String getToFirstValue()
setToFirstValue
public void setToFirstValue(java.lang.String value)
getToSecondValue
public java.lang.String getToSecondValue()
setToSecondValue
public void setToSecondValue(java.lang.String value)
getFromQuery
public java.lang.String getFromQuery()
setFromQuery
public void setFromQuery(java.lang.String fromQuery)
getToQuery
public java.lang.String getToQuery()
setToQuery
public void setToQuery(java.lang.String toQuery)
Copyright © 2003 SmartComps. All Rights Reserved.