|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILiteral
Represents a literal value that is used in
an expression. The value can be obtained and should match
the type specified by getType().
| Method Summary | |
|---|---|
java.lang.Class |
getType()
Get the Java type of the literal |
java.lang.Object |
getValue()
Get the value of the literal |
boolean |
isBindValue()
Returns true if this literal should be treated as a bind value |
void |
setBindValue(boolean bindValue)
|
void |
setType(java.lang.Class type)
Set the Java type of the literal |
void |
setValue(java.lang.Object value)
Set the value of the literal |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
java.lang.Object getValue()
java.lang.Class getType()
getType in interface IExpressionvoid setValue(java.lang.Object value)
value - Object of valuevoid setType(java.lang.Class type)
setType in interface IExpressiontype - Java class name of typeboolean isBindValue()
void setBindValue(boolean bindValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||