| Package | Description | 
|---|---|
| org.apache.olingo.commons.api.edm.provider.annotation | Contains representations for objects created during
 CSDL document parsing related to the CSDL annotations. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CsdlConstantExpression.ConstantExpressionType | CsdlConstantExpression.ConstantExpressionType. fromString(String value)Creates a new type by a given string e.g. | 
| CsdlConstantExpression.ConstantExpressionType | CsdlConstantExpression. getType()Returns the type of the constant expression | 
| static CsdlConstantExpression.ConstantExpressionType | CsdlConstantExpression.ConstantExpressionType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CsdlConstantExpression.ConstantExpressionType[] | CsdlConstantExpression.ConstantExpressionType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType type) | 
| CsdlConstantExpression(CsdlConstantExpression.ConstantExpressionType type,
                      String value) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.