public interface EdmTermType extends EdmType
| Modifier and Type | Field and Description |
|---|---|
static String |
EDM_NAMESPACE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatible(EdmTermType termType)
Checks type compatibility.
|
getFullQualifiedName, getKind, getNamespacestatic final String EDM_NAMESPACE
boolean isCompatible(EdmTermType termType)
termType - the EdmTermTypeKind to be tested for compatibilitytrue if the provided type is compatible to this typeCopyright © 2023. All rights reserved.