|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MExpressionType
jadex.application.model.MProvidedServiceType
public class MProvidedServiceType
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 |
|---|
protected String componentname
protected String componenttype
protected boolean direct
| Constructor Detail |
|---|
public MProvidedServiceType()
| Method Detail |
|---|
public String getComponentName()
public void setComponentName(String componentname)
componentname - The componentname to set.public String getComponentType()
public void setComponentType(String componenttype)
componenttype - The component type to set.public boolean isDirect()
public void setDirect(boolean direct)
direct - The direct to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||