|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.Expression
public class Expression
Represents the object for the expression. The expression has an expression value and its type.
ExpressionType
Constructor Summary | |
---|---|
Expression(java.lang.Object expr,
java.lang.String type)
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Object |
getExpression()
Return the raw expression if the type is not constant. |
java.lang.String |
getStringExpression()
Return the raw expression if the type is not constant. |
java.lang.String |
getType()
Return the type of the expression. |
java.lang.String |
getUserDefinedType()
Return the type of the expression set by the user. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Expression(java.lang.Object expr, java.lang.String type)
expr
- the valuetype
- the typeMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getStringExpression()
public java.lang.Object getExpression()
public java.lang.String getType()
ExpressionType
. For the compatibility issue, in default, it
is ExpressionType.JAVASCRIPT
.
ExpressionType
public java.lang.String getUserDefinedType()
ExpressionType
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |