Class CsdlConstantExpression
java.lang.Object
org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
org.apache.olingo.commons.api.edm.provider.annotation.CsdlExpression
org.apache.olingo.commons.api.edm.provider.annotation.CsdlConstantExpression
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Type of the constant expression -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class org.apache.olingo.commons.api.edm.provider.annotation.CsdlExpression
asConstant, asDynamic, isConstant, isDynamic
Methods inherited from class org.apache.olingo.commons.api.edm.provider.CsdlAbstractEdmItem
getAllByName, getOneByName
-
Constructor Details
-
CsdlConstantExpression
-
CsdlConstantExpression
-
-
Method Details
-
getType
Returns the type of the constant expression- Returns:
- type of the constant expression
-
getValue
Value of the constant expression- Returns:
- value of the constant expression as String
-
setValue
Sets the value of the constant expression- Parameters:
value
- value of the constant expression- Returns:
- this for method chaining
-
equals
-
hashCode
public int hashCode()
-