public class StackedComplexValueExpressionComparison
extends ValueExpression
| Constructor and Description |
|---|
StackedComplexValueExpressionComparison(Application app,
java.lang.String vbString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object arg0) |
java.lang.Class<?> |
getExpectedType() |
java.lang.String |
getExpressionString() |
java.lang.Class<?> |
getType(ELContext arg0) |
java.lang.Object |
getValue(ELContext arg0) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext arg0) |
void |
setValue(ELContext arg0,
java.lang.Object arg1) |
public StackedComplexValueExpressionComparison(Application app,
java.lang.String vbString)
public java.lang.Object getValue(ELContext arg0)
throws java.lang.NullPointerException,
PropertyNotFoundException,
ELException
java.lang.NullPointerExceptionPropertyNotFoundExceptionELExceptionpublic java.lang.Class<?> getExpectedType()
public java.lang.Class<?> getType(ELContext arg0)
throws java.lang.NullPointerException,
PropertyNotFoundException,
ELException
java.lang.NullPointerExceptionPropertyNotFoundExceptionELExceptionpublic boolean isReadOnly(ELContext arg0)
throws java.lang.NullPointerException,
PropertyNotFoundException,
ELException
java.lang.NullPointerExceptionPropertyNotFoundExceptionELExceptionpublic void setValue(ELContext arg0,
java.lang.Object arg1)
throws java.lang.NullPointerException,
PropertyNotFoundException,
PropertyNotWritableException,
ELException
java.lang.NullPointerExceptionPropertyNotFoundExceptionPropertyNotWritableExceptionELExceptionpublic boolean equals(java.lang.Object arg0)
public java.lang.String getExpressionString()
public int hashCode()
public boolean isLiteralText()
Copyright © CaptainCasa Gmbh. All Rights Reserved.