|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.application.model.MExpressionType
public class MExpressionType
Expression type.
| Field Summary | |
|---|---|
protected String |
classname
The class name. |
protected Class |
clazz
The class. |
protected String |
language
The language. |
protected String |
name
The name. |
protected IParsedExpression |
parsedvalue
The parsed value. |
protected String |
value
The value. |
| Constructor Summary | |
|---|---|
MExpressionType()
Create a new expression. |
|
| Method Summary | |
|---|---|
String |
getClassName()
Get the clazz name. |
Class |
getClazz()
Get the clazz. |
String |
getLanguage()
Get the language. |
String |
getName()
Get the name. |
IParsedExpression |
getParsedValue()
Get the value. |
String |
getValue()
Get the value. |
void |
setClassName(String classname)
Set the clazz name. |
void |
setClazz(Class clazz)
Set the clazz. |
void |
setLanguage(String language)
Set the language. |
void |
setName(String name)
Set the name. |
void |
setParsedValue(IParsedExpression parsedvalue)
Set the value. |
void |
setValue(String value)
Set the value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String classname
protected Class clazz
protected String value
protected IParsedExpression parsedvalue
protected String language
| Constructor Detail |
|---|
public MExpressionType()
| Method Detail |
|---|
public String getName()
public void setName(String name)
name - The name to set.public String getClassName()
public void setClassName(String classname)
clazz - The clazz name.public Class getClazz()
public void setClazz(Class clazz)
clazz - The clazz.public IParsedExpression getParsedValue()
public void setParsedValue(IParsedExpression parsedvalue)
value - The value to set.public String getValue()
public void setValue(String value)
value - The value to set.public String getLanguage()
public void setLanguage(String language)
language - The language.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||