public interface EntityPropertyAnnotationModel
Modifier and Type | Method and Description |
---|---|
String |
getEdmName()
Name of the property as defined in the OData EDM.
|
String |
getEdmType()
OData EDM type of the property as defined in the OData EDM.
|
boolean |
isKeyField()
Value is
true for key properties of the OData entity. |
boolean |
isSimpleType()
Value is
true if this property is one of the OData simple types, and false if it is an OData
complex type. |
@Nonnull String getEdmName()
boolean isSimpleType()
true
if this property is one of the OData simple types, and false
if it is an OData
complex type.false
if this property is an OData complex type, true
else.@Nonnull String getEdmType()
boolean isKeyField()
true
for key properties of the OData entity.true
iff this property is a key field of the OData entityCopyright © 2019 SAP SE. All rights reserved.