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 ConstantAnnotationExpression.Type |
ConstantAnnotationExpression.Type.fromString(String value)
Creates a new type by a given string e.g.
|
ConstantAnnotationExpression.Type |
ConstantAnnotationExpression.getType()
Returns the type of the constant exprssion
|
static ConstantAnnotationExpression.Type |
ConstantAnnotationExpression.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantAnnotationExpression.Type[] |
ConstantAnnotationExpression.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstantAnnotationExpression.setType(ConstantAnnotationExpression.Type type)
Sets the type of the constant expression
|
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.