jadex.application.model
Class MServiceType

java.lang.Object
  extended by jadex.application.model.MExpressionType
      extended by jadex.application.model.MServiceType

public class MServiceType
extends MExpressionType


Field Summary
protected  String from
          The from.
 
Fields inherited from class jadex.application.model.MExpressionType
classname, clazz, language, name, parsedvalue, value
 
Constructor Summary
MServiceType()
          Create a new expression.
 
Method Summary
 String getFrom()
          Get the from.
 void setFrom(String from)
          Set the from.
 
Methods inherited from class jadex.application.model.MExpressionType
getClassName, getClazz, getLanguage, getName, getParsedValue, getValue, setClassName, setClazz, setLanguage, setName, setParsedValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

protected String from
The from.

Constructor Detail

MServiceType

public MServiceType()
Create a new expression.

Method Detail

getFrom

public String getFrom()
Get the from.

Returns:
the from.

setFrom

public void setFrom(String from)
Set the from.

Parameters:
from - The from to set.


Copyright © 2010. All Rights Reserved.