public class CsdlConstantExpression extends CsdlExpression
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CsdlConstantExpression.ConstantExpressionTypeType of the constant expression | 
| Constructor and Description | 
|---|
| CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType type) | 
| CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType type,
                      String value) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| CsdlConstantExpression.ConstantExpressionType | getType()Returns the type of the constant expression | 
| String | getValue()Value of the constant expression | 
| int | hashCode() | 
| CsdlConstantExpression | setValue(String value)Sets the value of the constant expression | 
asConstant, asDynamic, isConstant, isDynamicgetAllByName, getOneByNamepublic CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType type)
public CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType type, String value)
public CsdlConstantExpression.ConstantExpressionType getType()
public String getValue()
public CsdlConstantExpression setValue(String value)
value - value of the constant expressionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.