public class EdmAnnotationUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getAliasTextIfPresent(java.util.List<EdmProperty> keyProperties) |
static boolean |
isKeyNavigationProperty(EdmNavigationProperty navProperty) |
static boolean |
isKeySimpleProperty(EdmProperty simpleProperty) |
static boolean |
isNullable(EdmAnnotatable property) |
static boolean |
isPartOf(EdmAnnotatable property) |
public static boolean isPartOf(EdmAnnotatable property)
throws EdmException
EdmExceptionpublic static boolean isKeyNavigationProperty(EdmNavigationProperty navProperty)
throws EdmException
EdmExceptionpublic static boolean isNullable(EdmAnnotatable property)
throws EdmException
EdmExceptionpublic static boolean isKeySimpleProperty(EdmProperty simpleProperty)
throws EdmException
EdmExceptionpublic static java.lang.String getAliasTextIfPresent(java.util.List<EdmProperty> keyProperties)
throws EdmException
EdmExceptionCopyright © 2018 SAP SE. All Rights Reserved.