jadex.application.model
Class MProvidedServiceType

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

public class MProvidedServiceType
extends MExpressionType

Provided service type.


Field Summary
protected  String componentname
          The component name.
protected  String componenttype
          The component type.
protected  boolean direct
          The direct attribute.
 
Fields inherited from class jadex.application.model.MExpressionType
classname, clazz, language, name, parsedvalue, value
 
Constructor Summary
MProvidedServiceType()
          Create a new expression.
 
Method Summary
 String getComponentName()
          Get the componentname.
 String getComponentType()
          Get the component type.
 boolean isDirect()
          Get the direct flag.
 void setComponentName(String componentname)
          Set the componentname.
 void setComponentType(String componenttype)
          Set the component type.
 void setDirect(boolean direct)
          Set the direct flag.
 
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

componentname

protected String componentname
The component name.


componenttype

protected String componenttype
The component type.


direct

protected boolean direct
The direct attribute.

Constructor Detail

MProvidedServiceType

public MProvidedServiceType()
Create a new expression.

Method Detail

getComponentName

public String getComponentName()
Get the componentname.

Returns:
the componentname.

setComponentName

public void setComponentName(String componentname)
Set the componentname.

Parameters:
componentname - The componentname to set.

getComponentType

public String getComponentType()
Get the component type.

Returns:
the component type.

setComponentType

public void setComponentType(String componenttype)
Set the component type.

Parameters:
componenttype - The component type to set.

isDirect

public boolean isDirect()
Get the direct flag.

Returns:
the direct.

setDirect

public void setDirect(boolean direct)
Set the direct flag.

Parameters:
direct - The direct to set.


Copyright © 2010. All Rights Reserved.